| DataHelperFromBase64String Method | 
Note: This API is now obsolete.
            Converts the string from Base64 string to the byte array.
            
 
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 10.0.0
 Syntax
Syntax[ObsoleteAttribute("Use Convert.FromBase64String  or custom logic instead.")]
public 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