Skip to content

MediaFileHelpers.DecodeBase64StringAsStream method

Decodes a base64 string and returns it as a stream.

public static Stream DecodeBase64StringAsStream(string data)
parameter description
data a base64-encoded string

Exceptions

exception condition
ArgumentNullException

See Also