Settings.IsHexadecimal Method
This returns true if the input is a string of valid hexadecimal digits 0-9, A-F, or a-f
[Visual Basic]Public Shared Function IsHexadecimal( _
ByVal
input As
String _
) As
Boolean [C#]public static
bool IsHexadecimal(
string input);
Parameters
- input
- The input string
Return Value
true if the input is a valid hex number
See Also
Settings Class | NETXP.Library Namespace