Method CreateValidator
CreateValidator(TypeCode)
Creates IValueValidatorText instance with the specified TypeCode.
public static IValueValidatorText CreateValidator(TypeCode typeCode)
Parameters
typeCode
TypeCodeType code.
Returns
CreateValidator(ValueValidatorKind)
Creates IValueValidatorText instance with the specified kind.
public static IValueValidatorText CreateValidator(ValueValidatorKind kind)
Parameters
kind
ValueValidatorKindKind ofthe validator.