DataHelper FromBase64String Method Kentico 8.1 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.1.5347.20411)

Return Value

Type:  OnlineByte 
Remarks

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