Skip to content

MediaFileHelpers class

Media file helper methods.

public static class MediaFileHelpers

Public Members

name description
static DecodeBase64StringAsFile(…) Decodes a base64 string and writes the result to a file.
static DecodeBase64StringAsStream(…) Decodes a base64 string and returns it as a stream.
static EncodeFileAsBase64String(…) Encodes a file as a base64 string.

See Also