MonobjcMonobjc Documented Class Library
ZeroSymbol Property
NamespacesMonobjc.FoundationNSNumberFormatterZeroSymbol

Returns the string the receiver uses as the symbol to show the value zero.

Original signature is '- (NSString *)zeroSymbol'

Available in Mac OS X v10.4 and later.

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