Okapi .NET Library

Routines.IsHexadecimal Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

p_sValue
String to test.

Return Value

See Also

Routines Class | Okapi.Library.Base Namespace