Click or drag to resize
ValidationHelperBase64Decode Method
Method used to obtain original text formatted to UTF-8 and encoded in base64

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string Base64Decode(
	string data
)

Parameters

data
Type: SystemString
Base64 encoded text

Return Value

Type: String
See Also