CFXMessageFromBytesT Method |
Creates a new instance of a CFX message given a Type and an array of bytes assumed to be in UTF8 encoding
Namespace: CFXAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic static T FromBytes<T>(
byte[] data
)
where T : CFXMessage
Public Shared Function FromBytes(Of T As CFXMessage) (
data As Byte()
) As T
Parameters
- data Byte
- An array of bytes representing the message in UTF8 format
Type Parameters
- T
- The Type of the message
Return Value
T
See Also