Click or drag to resize

CnvFromBase64 Method

Convert a base64-encoded string to an equivalent array of 8-bit unsigned integers.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static byte[] FromBase64(
	string s
)

Parameters

s  String
Base64-encoded data

Return Value

Byte
Binary data in byte array, or an empty array on error.
Remarks
Whitespace characters are ignored, but other non-base64 characters will cause an error.
See Also