Decode string base representation.
Namespace:
Guardtime.KSI.Utils
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic byte[] Decode(
string s
)
Public Function Decode (
s As String
) As Byte()
public:
array<unsigned char>^ Decode(
String^ s
)
member Decode :
s : string -> byte[]
Parameters
- s
- Type: SystemString
base string
Return Value
Type:
Bytebase decoded byte array
See Also