Class AccountingFormatStringBuilder
Represents the accounting format string builder class.
Inheritance
System.Object
AccountingFormatStringBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Builders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class AccountingFormatStringBuilder
Methods
BuildFormatString(CurrencyInfo, Int32)
Builds the format string.
Declaration
public static string BuildFormatString(CurrencyInfo currencyInfo, int decimalPlaces)
Parameters
CurrencyInfo
currencyInfo
The currency info. |
System.Int32
decimalPlaces
The decimal places. |
Returns
System.String
|