IBinaryFileNode.SetContentFromBase64(string).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.IBinaryFileNode

IBinaryFileNode.SetContentFromBase64(string) Method

Sets the content from a base64 encoded string.

void SetContentFromBase64(string base64Content);

Parameters

base64Content System.String

The base64 encoded content.

Contents

  1. 0.1Atypical.VirtualFileSystem.Core.IBinaryFileNode
  2. 1IBinaryFileNode.SetContentFromBase64(string) Method