Converts a base64-encoded string to an equivalent array of 8-bit unsigned integers.
Namespace: CryptoSysAPIAssembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntaxpublic static byte[] FromBase64(
string s
)
Public Shared Function FromBase64 (
s As String
) As Byte()
Parameters
- s String
- Base64-encoded data
Return Value
ByteData as array of bytes
See Also