Table of Contents

Method Validate

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

Validate(Ticket, object)

Verifies whether the specified string has the form of a valid e-mail address.

public bool Validate(Ticket ticket, object obj)

Parameters

ticket Ticket

A Ticket instance.

obj object

The string to be verified.

Returns

bool

true if obj has the form of a valid e-mail address; otherwise, false.