Table of Contents

Method IsDriverNameValid

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

IsDriverNameValid(string)

Checks if a driver name is valid/registered (case-insensitive).

public static bool IsDriverNameValid(string driverName)

Parameters

driverName string

The driver name to validate.

Returns

bool

True if the driver is registered; false otherwise.