Contents

isEntryAcceptable:

Returns whether a string representing a numeric or date value is formatted in a suitable way for the cell’s entry type.

Declaration

- (BOOL) isEntryAcceptable:(NSString *) string;

Parameters

  • string:

    A string containing the numeric or date value.

Return Value

true if aString is formatted appropriately for the receiver, otherwise false.

See Also

Deprecated Methods