MonobjcMonobjc Documented Class Library
ScanDecimal Method (decimalValue)
NamespacesMonobjc.FoundationNSScannerScanDecimal(NSDecimal%)

Scans for an NSDecimal value, returning a found value by reference.

Original signature is '- (BOOL)scanDecimal:(NSDecimal *)decimalValue'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool ScanDecimal(
	out NSDecimal decimalValue
)
Public Overridable Function ScanDecimal ( _
	<OutAttribute> ByRef decimalValue As NSDecimal _
) As Boolean
public:
virtual bool ScanDecimal(
	[OutAttribute] NSDecimal% decimalValue
)
Parameters
decimalValue (NSDecimal%)
Upon return, contains the scanned value. See the NSDecimalNumber class specification for more information about NSDecimal values.
Return Value
YES if the receiver finds a valid NSDecimal 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)