Table of Contents

Method CreateValidator

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

CreateValidator(TypeCode)

Creates IValueValidatorText instance with the specified TypeCode.

public static IValueValidatorText CreateValidator(TypeCode typeCode)

Parameters

typeCode TypeCode

Type code.

Returns

IValueValidatorText

CreateValidator(ValueValidatorKind)

Creates IValueValidatorText instance with the specified kind.

public static IValueValidatorText CreateValidator(ValueValidatorKind kind)

Parameters

kind ValueValidatorKind

Kind ofthe validator.

Returns

IValueValidatorText