ValidationHelperBase64Decode Method |
Method used to obtain original text formatted to UTF-8 and encoded in base64
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static string Base64Decode(
string data
)
Parameters
- data
- Type: SystemString
Base64 encoded text
Return Value
Type:
StringSee Also