Method ImageUtil.LoadImageStreamFromString
Overload
Loads image file data as stream from Base64 string.
public static MemoryStream LoadImageStreamFromString(string s)
Parameters
|
s (string)
Base64 encoded image string with prefix |
Returns
Exceptions
|
ArgumentException
String does not start with |
|
Exception
Convert2.BrotliDecompress exceptions (when compressed |