Class CurrencyFormat
Inheritance
System.Object
CurrencyFormat
Implements
System.ICloneable
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: Sdl.LanguagePlatform.Core.Tokenization
Assembly: Sdl.LanguagePlatform.Core.dll
Syntax
public class CurrencyFormat : ICloneable
Constructors
CurrencyFormat()
Declaration
public CurrencyFormat()
Properties
Category
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CurrencySymbolPositions
Declaration
public List<CurrencySymbolPosition> CurrencySymbolPositions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CurrencySymbolPosition> |
Separators
Declaration
public HashSet<char> Separators { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.HashSet<System.Char> |
Symbol
Declaration
public string Symbol { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
Implements
System.ICloneable