Table of Contents

Class FileExtensions

Namespace
NuvTools.Storage
Assembly
NuvTools.Storage.dll
public static class FileExtensions
Inheritance
FileExtensions
Inherited Members

Methods

Base64StringFromContent(IFile)

public static string? Base64StringFromContent(this IFile value)

Parameters

value IFile

Returns

string

ContentFromBase64String(IFile)

public static Stream? ContentFromBase64String(this IFile value)

Parameters

value IFile

Returns

Stream