Table of Contents

Method CreateValidator

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

CreateValidator(TypeCode)

Creates ICustomCharValidator instance for the specified type code. Only numeric type codes are supported.

public static ICustomCharValidator? CreateValidator(TypeCode typeCode)

Parameters

typeCode TypeCode

Type code.

Returns

ICustomCharValidator

CreateValidator(Type?)

Creates ICustomCharValidator instance for the specified type. Only numeric types are supported. Returns Null if type is Null.

public static ICustomCharValidator? CreateValidator(Type? type)

Parameters

type Type

Type.

Returns

ICustomCharValidator