Class CurrencyFormatStringBuilder
Represents the currency format string builder class.
Inheritance
System.Object
CurrencyFormatStringBuilder
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 CurrencyFormatStringBuilder
Methods
BuildFormatStrings(CurrencyInfo, Int32)
Builds the format strings.
Declaration
public static List<string> BuildFormatStrings(CurrencyInfo currencyInfo, int decimalPlaces)
Parameters
CurrencyInfo
currencyInfo
The currency info. |
System.Int32
decimalPlaces
The decimal places. |
Returns
System.Collections.Generic.List<System.String>
|
CurrencyWithCultureFormatStringsHandler(CurrencyInfo, Int32)
Currencies the with culture format strings handler.
Declaration
public static List<string> CurrencyWithCultureFormatStringsHandler(CurrencyInfo currencyInfo, int decimalPlaces)
Parameters
CurrencyInfo
currencyInfo
The currency info. |
System.Int32
decimalPlaces
The decimal places. |
Returns
System.Collections.Generic.List<System.String>
|