Returns true if c is a hexadecimal digit (A-F, a-f, 0-9)
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public static bool IsHexDigit( char c ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function IsHexDigit ( _ c As Char _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsHexDigit( wchar_t c ) |
Parameters
- c
- Type: System..::.Char
Character to test