UtilEncodeUnsignedLong Method
|
Encode unsigned long to byte array.
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static byte[] EncodeUnsignedLong(
ulong value
)
Public Shared Function EncodeUnsignedLong (
value As ULong
) As Byte()
public:
static array<unsigned char>^ EncodeUnsignedLong(
unsigned long long value
)
static member EncodeUnsignedLong :
value : uint64 -> byte[]
Parameters
- value
- Type: SystemUInt64
unsigned long
Return Value
Type:
Bytebyte array
See Also