The NuGridStandardValueValidator class is used to check if a string value belongs to specified data type.
NuGridStandartValueValidator
dateFormatter. Determines used data format.
string:tryParseDate:. Checks if a string value belongs to the Date type.
string:tryParseDouble:. Checks if a string value belongs to real data type.
string:tryParseLongLong:. Checks of a string value belongs to integer data type.
See also: