Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Parse the passed string of hexidecimal characters into a binary value.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public static byte[] ParseHex(
	string s
)

Parameters

s
Type: System..::..String
The hex string to evaluate.

Return Value

The byte array value of the passed hex string.

Remarks

This implementation allows the passed string to be prefixed with "0x".

See Also