WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
Explicit Operator
NamespacesIBM.Broker.PluginNBElementExplicitNarrowingExplicitExplicitExplicit(NBElement to array<Byte>[]()[][])
SUMMARY
The cast operator method retrieves the value of the NBElement and explicitly casts it to a Byte[] value.
Declaration Syntax
C#Visual BasicVisual C++F#
public static explicit operator byte[] (
	NBElement value
)
Public Shared Narrowing Operator CType ( _
	value As NBElement _
) As Byte()
static explicit operator array<unsigned char>^ (
	NBElement^ value
)
F# does not support the declaration of new casting operators.
Parameters
value (NBElement)
The NBElement whose value is to be cast.
Return Value
The current element's value cast to the specified type.
Exceptions
ExceptionCondition
NBRecoverableExceptionThrown if the value can not be converted to a Byte[].

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