Determines whether a string is in hexadecimal notation.
[Visual Basic] Shared Public Function IsHexadecimal( _ ByVal p_sValue As String _ ) As Boolean [C#] public static bool IsHexadecimal( string p_sValue ); [C++] public: static bool IsHexadecimal( String* p_sValue ); [JScript] public static function IsHexadecimal( String p_sValue ): bool;
Routines Class | Okapi.Library.Base Namespace