Click or drag to resize

Base32Encode Method (Byte, Int32, Int32)

Encode data bytes with given offset and length 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)
Syntax
public static string Encode(
	byte[] bytes,
	int off,
	int len
)

Parameters

bytes
Type: SystemByte
data bytes
off
Type: SystemInt32
data offset
len
Type: SystemInt32
data length

Return Value

Type: String
base32 string
See Also