Skip to content

MediaFileHelpers.DecodeBase64StringAsFile method

Decodes a base64 string and writes the result to a file.

public static void DecodeBase64StringAsFile(string data, string path, bool overwrite = true)
parameter description
data
path
overwrite

Exceptions

exception condition
ArgumentNullException
ArgumentException

See Also