NumberUtilsParseHex Method (String) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Parse the passed string of hexidecimal characters into a binary
value.
Namespace:
Tangosol.Util
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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