| DataHelperFromBase64String Method | 
            Converts the string from Base64 string to the byte array.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
 Syntax
Syntaxpublic static byte[] FromBase64String(
	string value
)
Parameters
- value
- Type: SystemString
 Value to convert
Return Value
Type: 
Byte Remarks
RemarksProcesses the string by blocks (Convert.FromBase64String causes OutOfMemoryException)
 See Also
See Also