UtilGetTlvLength Method (Byte)
|
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static ushort GetTlvLength(
byte[] headerBytes
)
Public Shared Function GetTlvLength (
headerBytes As Byte()
) As UShort
public:
static unsigned short GetTlvLength(
array<unsigned char>^ headerBytes
)
static member GetTlvLength :
headerBytes : byte[] -> uint16
Parameters
- headerBytes
- Type: SystemByte
Return Value
Type:
UInt16
See Also