Table of Contents

Method IsFileString

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.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 string

Specifies string to check.

Returns

bool

True if given text is local file address; otherwise false.