MonobjcMonobjc Documented Class Library
ScanInteger Method (value)
NamespacesMonobjc.FoundationNSScannerScanInteger(NSInteger%)

Scans for an NSInteger value from a decimal representation, returning a found value by reference

Original signature is '- (BOOL)scanInteger:(NSInteger *)value'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ScanInteger(
	out NSInteger value
)
Public Overridable Function ScanInteger ( _
	<OutAttribute> ByRef value As NSInteger _
) As Boolean
public:
virtual bool ScanInteger(
	[OutAttribute] NSInteger% value
)
Parameters
value (NSInteger%)
Upon return, contains the scanned value.
Return Value
YES if the receiver finds a valid 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)