| 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: 10.0.0
 Syntax
Syntaxpublic static string Base64Decode(
	string data
)
Parameters
- data
- Type: SystemString
 Base64 encoded text
Return Value
Type: 
String See Also
See Also