Click or drag to resize

CnvStringFromBase64 Method

Convert a base64-encoded string into a text string.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntax
public static string StringFromBase64(
	string s
)

Parameters

s  String
Base64-encoded data

Return Value

String
String value
Remarks
Uses the 'Default' encoding for the system's current ANSI code page. This assumes the user knows the resulting characters are all printable.
See Also