VFSRootPath.implicitoperatorstring(VFSRootPath).md

January 20, 2026 ยท View on GitHub

Atypical.VirtualFileSystem.Core

Atypical.VirtualFileSystem.Core.VFSRootPath

VFSRootPath.implicit operator string(VFSRootPath) Operator

Implicit conversion to string This allows you to use a VFSRootPath as a string.

public static string implicit operator string(Atypical.VirtualFileSystem.Core.VFSRootPath path);

Parameters

path VFSRootPath

The path to convert.

Returns

System.String
The string representation of the path.