Method IsFileString
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
IsFileString(string)
Indicates whether given text is address string for the local file on the disk.
public static bool IsFileString(string text)
Parameters
text
stringSpecifies string to check.
Returns
- bool
True if given text is local file address; otherwise false.