Scans for an int value from a decimal representation, returning a found value by reference.
Original signature is '- (BOOL)scanInt:(int *)intValue'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
Public Overridable Function ScanInt ( _ <OutAttribute> ByRef intValue As Integer _ ) As Boolean
public: virtual bool ScanInt( [OutAttribute] int% intValue )

- intValue (Int32%)
- Upon return, contains the scanned value. Contains INT_MAX or INT_MIN on overflow.

YES if the receiver finds a valid decimal integer representation, otherwise NO.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)