Click or drag to resize

CnvStringFromBase64 Method

Converts a base64-encoded string into a text string

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.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
See Also