Method CreateValidator
CreateValidator(TypeCode)
Creates ICustomCharValidator instance for the specified type code. Only numeric type codes are supported.
public static ICustomCharValidator? CreateValidator(TypeCode typeCode)
Parameters
typeCode
TypeCodeType code.
Returns
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
TypeType.