Base32Encode Method (Byte)
|
Encode data bytes to base32 string.
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic static string Encode(
byte[] bytes
)
Public Shared Function Encode (
bytes As Byte()
) As String
public:
static String^ Encode(
array<unsigned char>^ bytes
)
static member Encode :
bytes : byte[] -> string
Parameters
- bytes
- Type: SystemByte
data bytes
Return Value
Type:
Stringbase32 string
See Also