CFXEnvelopeFromBytes Method |
[This is preliminary documentation and is subject to change.]
Namespace:
CFX
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic static CFXEnvelope FromBytes(
byte[] data
)
Public Shared Function FromBytes (
data As Byte()
) As CFXEnvelope
Parameters
- data
- Type: SystemByte
Return Value
Type:
CFXEnvelope
See Also