IBinaryFileNode.SetTextContent(string).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.IBinaryFileNode
IBinaryFileNode.SetTextContent(string) Method
Sets the content from a text string and clears binary content.
void SetTextContent(string textContent);
Parameters
textContent System.String
The text content to set.