Table of Contents

Method IsEmailString

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

IsEmailString(string)

Indicates whether given text is e-mail address.

public static bool IsEmailString(string text)

Parameters

text string

Specifies string to check.

Returns

bool

True if given text is e-mail address; otherwise false.