NuGridStandardValueValidator

Description

The NuGridStandardValueValidator class is used to check if a string value belongs to specified data type.

Inheritance Hierarchy

          NSObject

          NuGridStandartValueValidator

Properties

dateFormatter. Determines used data format.

Methods

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:

Classes