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