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

C# | Visual Basic | Visual C++ |
Public Overridable Function ScanLongLong ( _ <OutAttribute> ByRef longLongValue As Long _ ) As Boolean
public: virtual bool ScanLongLong( [OutAttribute] long long% longLongValue )

- longLongValue (Int64%)
- Upon return, contains the scanned value. Contains LLONG_MAX or LLONG_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)