Method IsFileString
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.