WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ToByteArray Method (value)
NamespacesIBM.Broker.PluginNBElementConvertToByteArray(NBElement)
SUMMARY
Returns the value of the NBElement passed in after first converting it to a Byte Array if required.
Declaration Syntax
C#Visual BasicVisual C++F#
public static byte[] ToByteArray(
	NBElement value
)
Public Shared Function ToByteArray ( _
	value As NBElement _
) As Byte()
public:
static array<unsigned char>^ ToByteArray(
	NBElement^ value
)
static member ToByteArray : 
        value:NBElement -> byte[] 
Parameters
value (NBElement)
The element whose value is to be converted.
Return Value
The current element's value converted to a Byte Array data type.
Exceptions
ExceptionCondition
FormatExceptionThrown if the value can not be converted to a Byte Array.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0