WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ToBitArray Method (value, ccsid, encoding)
NamespacesIBM.Broker.PluginNBElementConvertToBitArray(NBElement, Int32, Int32)
SUMMARY
Returns the value of the NBElement passed in after first converting it to a Bit Array if required with the specified ccsid and encoding.
Declaration Syntax
C#Visual BasicVisual C++F#
public static BitArray ToBitArray(
	NBElement value,
	int ccsid,
	int encoding
)
Public Shared Function ToBitArray ( _
	value As NBElement, _
	ccsid As Integer, _
	encoding As Integer _
) As BitArray
public:
static BitArray^ ToBitArray(
	NBElement^ value, 
	int ccsid, 
	int encoding
)
static member ToBitArray : 
        value:NBElement * 
        ccsid:int * 
        encoding:int -> BitArray 
Parameters
value (NBElement)
The element whose value is to be converted.
ccsid (Int32)
The coded character set identifier of the element.
encoding (Int32)
The encoding of the element.
Return Value
The current element's value converted to a Bit Array data type with coded character set identifier and encoding.
Exceptions
ExceptionCondition
FormatExceptionThrown if the value can not be converted to a Bit Array with the given coded character set identifier and encoding.

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