DataHelper FromBase64String Method Kentico 8.0 API Reference
Converts the string from Base64 string to the byte array.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Return Value

Type:  OnlineByte 
Remarks

Processes the string by blocks (Convert.FromBase64String causes OutOfMemoryException)
See Also