Click or drag to resize

Base32Decode Method

Decode base32 string 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)
Syntax
public static byte[] Decode(
	string s
)

Parameters

s
Type: SystemString
base32 string

Return Value

Type: Byte
base32 bytes
See Also