EngineKit
NSString(Extension) Category Reference

Instance Methods

(BOOL) - valid
 

Properties

NSNumber * numberValue
 

Method Documentation

- (BOOL) valid

Checks if the string is empty or contains only whitespace.

Returns
YES if the string is valid, NO otherwise.

Property Documentation

- (NSNumber *) numberValue
readnonatomicweak

The value of the string as an NSNumber. Obtained by using the string's doubleValue property, so it follows basically the same rules.

See also
doubleValue

The documentation for this category was generated from the following files: