Class CurrencyInfo
Represents currency info.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CurrencyInfo
Constructors
CurrencyInfo(String, CultureInfo)
Initializes a new instance of the Currency
Declaration
public CurrencyInfo(string currencySymbol, CultureInfo culture = null)
Parameters
System. The currency symbol. |
System. The culture. |
Fields
None
Represents none currency info.
Declaration
public static readonly CurrencyInfo None
Field Value
Properties
Culture
Gets the culture.
Declaration
public CultureInfo Culture { get; }
Property Value
System. The culture. |
CurrencySymbol
Gets the currency symbol.
Declaration
public string CurrencySymbol { get; }
Property Value
System. The currency symbol. |
Symbol
Gets the symbol.
Declaration
public static CurrencyInfo Symbol { get; }
Property Value
Currency The symbol. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |