VFSFilePath.implicitoperatorstring(VFSFilePath).md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core.VFSFilePath
VFSFilePath.implicit operator string(VFSFilePath) Operator
Implicit conversion to string This allows you to use a VFSFilePath as a string.
public static string implicit operator string(Atypical.VirtualFileSystem.Core.VFSFilePath path);
Parameters
path VFSFilePath
The path to convert.
Returns
System.String
The string representation of the path.