MarkLogic XCC/.Net Library

XSBase64Binary.AsBinaryData Method 

A byte array containing the decoded, binary data represented by this Base64 item.

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

Return Value

An array of bytes.

See Also

XSBase64Binary Interface | Marklogic.Xcc.Types Namespace