Method IsDriverNameValid
IsDriverNameValid(string)
Checks if a driver name is valid/registered (case-insensitive).
public static bool IsDriverNameValid(string driverName)
Parameters
driverNamestringThe driver name to validate.
Returns
- bool
True if the driver is registered; false otherwise.