XBinder C# Runtime Library  2.8
Static Public Member Functions | List of all members
com.objsys.xbinder.runtime.XBHexBinary Class Reference

Static Public Member Functions

static XBByteArray decodeXML (System.String text)
 Decode the given hexBinary value into a new XBByteArray. More...
 
static XBByteArray decodeXML (System.String text, XBByteArray bytes)
 Decode the given hexBinary value into this object's byte array. More...
 
static System.String encodeXMLToString (XBByteArray bytes)
 Encode this object's byte array into an XML text representation and return that text. More...
 
static void encodeXMLToStream (XBByteArray bytes, System.IO.TextWriter writer)
 Encode this object's byte array into an XML text representation directly onto the given stream. More...
 

Member Function Documentation

◆ decodeXML() [1/2]

static XBByteArray com.objsys.xbinder.runtime.XBHexBinary.decodeXML ( System.String  text)
static

Decode the given hexBinary value into a new XBByteArray.

Parameters
textXML text representation of hexBinary value.

◆ decodeXML() [2/2]

static XBByteArray com.objsys.xbinder.runtime.XBHexBinary.decodeXML ( System.String  text,
XBByteArray  bytes 
)
static

Decode the given hexBinary value into this object's byte array.

Parameters
textXML text representation of hexBinary value.
bytesReceives the decoded value; will first be reset
Returns
bytes

◆ encodeXMLToStream()

static void com.objsys.xbinder.runtime.XBHexBinary.encodeXMLToStream ( XBByteArray  bytes,
System.IO.TextWriter  writer 
)
static

Encode this object's byte array into an XML text representation directly onto the given stream.

Returns

◆ encodeXMLToString()

static System.String com.objsys.xbinder.runtime.XBHexBinary.encodeXMLToString ( XBByteArray  bytes)
static

Encode this object's byte array into an XML text representation and return that text.

Returns