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