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)
Syntaxpublic static byte[] Decode(
string s
)
Public Shared Function Decode (
s As String
) As Byte()
public:
static array<unsigned char>^ Decode(
String^ s
)
static member Decode :
s : string -> byte[]
Parameters
- s
- Type: SystemString
base32 string
Return Value
Type:
Bytebase32 bytes
See Also