League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class NumberFormattingData

    Inheritance
    System.Object
    NumberFormattingData
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class NumberFormattingData : IMetaClass

    Properties

    | Improve this Doc View Source

    BillionAbbreviationTraKey

    Declaration
    public string BillionAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DayAbbreviationTraKey

    Declaration
    public string DayAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DecimalSeparatorTraKey

    Declaration
    public string DecimalSeparatorTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    HourAbbreviationTraKey

    Declaration
    public string HourAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    KilometersAbbreviationTraKey

    Declaration
    public string KilometersAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    LocalizedFormattingBehavior

    Declaration
    public Dictionary<MetaHash, MetaObjectLink> LocalizedFormattingBehavior { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaObjectLink>
    | Improve this Doc View Source

    MetersAbbreviationTraKey

    Declaration
    public string MetersAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MillionAbbreviationTraKey

    Declaration
    public string MillionAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    MinuteAbbreviationTraKey

    Declaration
    public string MinuteAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OneHundredMillionAbbreviationTraKey

    Declaration
    public string OneHundredMillionAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PercentageFormatTraKey

    Declaration
    public string PercentageFormatTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    SecondAbbreviationTraKey

    Declaration
    public string SecondAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TenThousandAbbreviationTraKey

    Declaration
    public string TenThousandAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ThousandAbbreviationTraKey

    Declaration
    public string ThousandAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ThousandsSeparatorTraKey

    Declaration
    public string ThousandsSeparatorTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TrillionAbbreviationTraKey

    Declaration
    public string TrillionAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    WeekAbbreviationTraKey

    Declaration
    public string WeekAbbreviationTraKey { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass