MarkLogic XCC/.Net Library

XSHexBinary.AsBinaryData Method 

A byte array containing the decoded, binary data represented by this xs:hexBinary item.

[Visual Basic]
Function AsBinaryData() As Byte()
[C#]
byte[] AsBinaryData();

Return Value

An array of bytes.

See Also

XSHexBinary Interface | Marklogic.Xcc.Types Namespace