[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=NumberFormatInfo Info=Defines how numeric values are formatted and displayed, depending on the culture. [Property] Name=Sets the name of the component. ARG(string)|2| @CurrencyDecimalDigits=Sets the number of decimal places to use in currency values. ARG(int)|1|2 @CurrencyDecimalSeparator=Sets the string to use as the decimal separator in currency values. ARG(string)|2|. @CurrencyGroupSeparator=Sets the string that separates groups of digits to the left of the decimal in currency values. ARG(string)|2|, @CurrencyGroupSizes=Sets the number of digits in each group to the left of the decimal in currency values. ARG(int[])|13|1 @CurrencyNegativePattern=Sets the format pattern for negative currency values. ARG(int)|1|0 @CurrencyPositivePattern=Sets the format pattern for positive currency values. ARG(int)|1|0 @CurrencySymbol=Sets the string to use as the currency symbol. ARG(string)|2|¤ @DigitSubstitution=Sets a value that specifies how the graphical user interface displays the shape of a digit. ARG(DigitShapes)|14|1|Context,None,NativeNational @NaNSymbol=Sets the string that represents the IEEE NaN value. ARG(string)|2|NaN @NativeDigits=Sets a string array of native digits equivalent to the Western digits 0 through 9. ARG(string[])|13|2 @NegativeInfinitySymbol=Sets the string that represents negative infinity. ARG(string)|2|-Infinity @NegativeSign=Sets the string that denotes that the associated number is negative. ARG(string)|2|- @NumberDecimalDigits=Sets the number of decimal places to use in numeric values. ARG(int)|1|2 @NumberDecimalSeparator=Sets the string to use as the decimal separator in numeric values. ARG(string)|2|. @NumberGroupSeparator=Sets the string that separates groups of digits to the left of the decimal in numeric values. ARG(string)|2|, @NumberGroupSizes=Sets the number of digits in each group to the left of the decimal in numeric values. ARG(int[])|13|1 @NumberNegativePattern=Sets the format pattern for negative numeric values. ARG(int)|1|1 @PercentDecimalDigits=Sets the number of decimal places to use in percent values. ARG(int)|1|2 @PercentDecimalSeparator=Sets the string to use as the decimal separator in percent values. ARG(string)|2|. @PercentGroupSeparator=Sets the string that separates groups of digits to the left of the decimal in percent values. ARG(string)|2|, @PercentGroupSizes=Sets the number of digits in each group to the left of the decimal in percent values. ARG(int[])|13|1 @PercentNegativePattern=Sets the format pattern for negative percent values. ARG(int)|1|0 @PercentPositivePattern=Sets the format pattern for positive percent values. ARG(int)|1|0 @PercentSymbol=Sets the string to use as the percent symbol. ARG(string)|2|% @PerMilleSymbol=Sets the string to use as the per mille symbol. ARG(string)|2|‰ @PositiveInfinitySymbol=Sets the string that represents positive infinity. ARG(string)|2|Infinity @PositiveSign=Sets the string that denotes that the associated number is positive. ARG(string)|2|+ [Methods] *doGetFormat=Gets an object of the specified type that provides a number formatting service. ARG(Type formatType)|1|0 *doGetInstance=Gets the NumberFormatInfo associated with the specified IFormatProvider. ARG(IFormatProvider formatProvider)|1|0 *doReadOnly=Returns a read-only NumberFormatInfo wrapper. ARG(NumberFormatInfo nfi)|1|0 *onGetFormat=Occurs after invoke the method doGetFormat and returns the result. ARG(Object)|2|0 *onGetInstance=Occurs after invoke the method doGetInstance and returns the result. ARG(NumberFormatInfo)|2|0 *onReadOnly=Occurs after invoke the method doReadOnly and returns the result. ARG(NumberFormatInfo)|2|0 *Clone=Creates a shallow copy of the NumberFormatInfo. ARG(Object)|3|0 *CurrencyDecimalDigits=Returns the number of decimal places to use in currency values. ARG(int)|3|1 *CurrencyDecimalSeparator=Returns the string to use as the decimal separator in currency values. ARG(string)|3|2 *CurrencyGroupSeparator=Returns the string that separates groups of digits to the left of the decimal in currency values. ARG(string)|3|2 *CurrencyGroupSizes=Returns the number of digits in each group to the left of the decimal in currency values. ARG(int[])|3|13 *CurrencyNegativePattern=Returns the format pattern for negative currency values. ARG(int)|3|1 *CurrencyPositivePattern=Returns the format pattern for positive currency values. ARG(int)|3|1 *CurrencySymbol=Returns the string to use as the currency symbol. ARG(string)|3|2 *CurrentInfo=Returns a read-only NumberFormatInfo that formats values based on the current culture. ARG(NumberFormatInfo)|3|0 *DigitSubstitution=Returns a value that specifies how the graphical user interface displays the shape of a digit. ARG(DigitShapes)|3|0 *InvariantInfo=Returns the default read-only NumberFormatInfo that is culture-independent. ARG(NumberFormatInfo)|3|0 *IsReadOnly=Returns a value indicating whether the NumberFormatInfo is read-only. ARG(bool)|3|104 *NaNSymbol=Returns the string that represents the IEEE NaN value. ARG(string)|3|2 *NativeDigits=Returns a string array of native digits equivalent to the Western digits 0 through 9. ARG(string[])|3|13 *NegativeInfinitySymbol=Returns the string that represents negative infinity. ARG(string)|3|2 *NegativeSign=Returns the string that denotes that the associated number is negative. ARG(string)|3|2 *NumberDecimalDigits=Returns the number of decimal places to use in numeric values. ARG(int)|3|1 *NumberDecimalSeparator=Returns the string to use as the decimal separator in numeric values. ARG(string)|3|2 *NumberGroupSeparator=Returns the string that separates groups of digits to the left of the decimal in numeric values. ARG(string)|3|2 *NumberGroupSizes=Returns the number of digits in each group to the left of the decimal in numeric values. ARG(int[])|3|13 *NumberNegativePattern=Returns the format pattern for negative numeric values. ARG(int)|3|1 *PercentDecimalDigits=Returns the number of decimal places to use in percent values. ARG(int)|3|1 *PercentDecimalSeparator=Returns the string to use as the decimal separator in percent values. ARG(string)|3|2 *PercentGroupSeparator=Returns the string that separates groups of digits to the left of the decimal in percent values. ARG(string)|3|2 *PercentGroupSizes=Returns the number of digits in each group to the left of the decimal in percent values. ARG(int[])|3|13 *PercentNegativePattern=Returns the format pattern for negative percent values. ARG(int)|3|1 *PercentPositivePattern=Returns the format pattern for positive percent values. ARG(int)|3|1 *PercentSymbol=Returns the string to use as the percent symbol. ARG(string)|3|2 *PerMilleSymbol=Returns the string to use as the per mille symbol. ARG(string)|3|2 *PositiveInfinitySymbol=Returns the string that represents positive infinity. ARG(string)|3|2 *PositiveSign=Returns the string that denotes that the associated number is positive. ARG(string)|3|2 NumberFormatInfo=Returns the NumberFormatInfo object. ARG(NumberFormatInfo)|3|0 *formatProvider=Defines the IFormatProvider used to get the NumberFormatInfo or null to get CurrentInfo. ARG(IFormatProvider)|4|0 *formatType=Defines the Type of the required formatting service. ARG(Type)|4|0 *nfi=Defines the NumberFormatInfo to wrap. ARG(NumberFormatInfo)|4|0