MfNumberFormatInfo

Namespace ›› System ››
Parent Previous Next

MfNumberFormatInfo Class

(Inherits from MfNumberFormatInfoBase)

Defines how numeric values are formatted and displayed.

Links

Properties, Methods

Constructors


Name

Description

Constructor()

Constructor for class MfNumberFormatInfo Class

Properties


Name

Description

CurrencyDecimalDigits

Gets or sets the number of decimal places to use in currency values.

CurrencyDecimalSeparator

Gets or sets the string to use as the decimal separator in currency values.

CurrencyGroupSeparator

Gets or sets the string that separates groups of digits to the left of the decimal in currency values.

CurrencyGroupSizes

Gets or sets the number of digits in each group to the left of the decimal in currency values.

CurrencyNegativePattern

Gets or sets the format pattern for negative currency values.

CurrencyPositivePattern

Gets or sets the format pattern for positive currency values.

CurrencySymbol

Gets or sets the string to use as the currency symbol.

CurrentInfo

Abstract Property. Gets a read-only MfNumberFormatInfo that formats values based on the current culture.

DigitSubstitution

Gets or sets a value that specifies how the graphical user interface displays the shape of a digit.

InvariantInfo

Abstract Property. Gets the default read-only MfNumberFormatInfo that is culture-independent (invariant).

IsReadOnly

Gets a value that indicates whether this NumberFormatInfo object is read-only.

NaNSymbol

Gets or sets the string that represents the IEEE NaN (not a number) value.

NativeDigits

Gets or sets a string array of native digits equivalent to the Western digits 0 through 9.

NegativeInfinitySymbol

Gets or sets the string that represents negative infinity.

NegativeSign

Gets or sets the string that denotes that the associated number is negative.

NumberDecimalDigits

Gets or sets the number of decimal places to use in numeric values.

NumberDecimalSeparator

Gets or sets the string to use as the decimal separator in numeric values.

NumberGroupSeparator

Gets or sets the string that separates groups of digits to the left of the decimal in numeric values.

NumberGroupSizes

Gets or sets the number of digits in each group to the left of the decimal in numeric values.

NumberNegativePattern

Gets or sets the format pattern for negative numeric values.

PercentDecimalDigits

Gets or sets the number of decimal places to use in percent values.

PercentDecimalSeparator

Gets or sets the string to use as the decimal separator in percent values.

PercentGroupSeparator

Gets or sets the string that separates groups of digits to the left of the decimal in percent values.

PercentGroupSizes

Gets or sets the number of digits in each group to the left of the decimal in percent values.

PercentNegativePattern

Gets or sets the format pattern for negative percent values.

PercentPositivePattern

Gets or sets the format pattern for positive percent values.

PercentSymbol

Gets or sets the string to use as the percent symbol.

PerMilleSymbol

Gets or sets the string to use as the per mille symbol.

PositiveInfinitySymbol

Gets or sets the string that represents positive infinity.

PositiveSign

Gets or sets the string that denotes that the associated number is positive.

Methods


Name

Description

CompareTo()

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. Inherited from MfObject.

Equals(obj)

Compares obj to current instance to see if they are the same. Inherited from MfObject.

GetFormat(formatType)

Abstract method. Returns an object that provides formatting services for the specified type. Inherited from MfFormatProvider

GetHashCode()

Gets A hash code for the current MfObject. Inherited from MfObject.

GetInstance(formatProvider)

Gets the MfNumberFormatInfo associated with the specified MfFormatProvider.

GetType()

Gets the Type for the for the Class .Inherited from MfObject.

Is(type)

Gets if current instance of object is of the same type. Inherited from MfObject. Inherited from MfObject.

IsInstance()

Get if the current class is an instance. Inherited from MfObject.

MemberwiseClone()

Creates a shallow copy of the current MfObject instance. Inherited from MfObject.

Readonly(nfi)

Returns a read-only MfNumberFormatInfo wrapper.

ToString()

Gets a string representation of the MfObject. Inherited from MfObject.

VerifyIsInstance([ClassName, LineFile, LineNumber, Source])

Verifies the the current object is set to an instance. Inherited from MfObject.

VerifyIsNotInstance([MethodName, LineFile, LineNumber, Source])

Verifies the the current object is NOT set to an instance. Used in Static methods. Inherited from MfObject.