NumberUtilsParseHex Method (String) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Parse the passed string of hexidecimal characters into a binary
value.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic static byte[] ParseHex(
string s
)
Parameters
- s
- Type: SystemString
The hex string to evaluate.
Return Value
Type:
Byte
The byte array value of the passed hex string.
Remarks
This implementation allows the passed string to be prefixed with
"0x".
See Also