MonobjcMonobjc Documented Class Library
ScanLongLong Method (longLongValue)
NamespacesMonobjc.FoundationNSScannerScanLongLong(Int64%)

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.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ScanLongLong(
	out long longLongValue
)
Public Overridable Function ScanLongLong ( _
	<OutAttribute> ByRef longLongValue As Long _
) As Boolean
public:
virtual bool ScanLongLong(
	[OutAttribute] long long% longLongValue
)
Parameters
longLongValue (Int64%)
Upon return, contains the scanned value. Contains LLONG_MAX or LLONG_MIN on overflow.
Return Value
YES if the receiver finds a valid decimal integer representation, otherwise NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)