Table of Contents

Method IsValid

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsValid(string)

Returns the error message if the contents of val are invalid or the empty string if val is valid.

string IsValid(string val)

Parameters

val string

String value.

Returns

string