MonobjcMonobjc Documented Class Library
TextAttributesForNotANumber Property
NamespacesMonobjc.FoundationNSNumberFormatterTextAttributesForNotANumber

Returns a dictionary containing the text attributes used to display the NaN ("not a number") symbol.

Original signature is '- (NSDictionary *)textAttributesForNotANumber'

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSDictionary TextAttributesForNotANumber { get; set; }
Public Overridable Property TextAttributesForNotANumber As NSDictionary
	Get
	Set
public:
virtual property NSDictionary^ TextAttributesForNotANumber {
	NSDictionary^ get ();
	void set (NSDictionary^ value);
}
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)