Search Results for

    Show / Hide Table of Contents

    Class TypeReadersMessages

    A strongly-typed resource class, for looking up localized strings, etc.

    Inheritance
    System.Object
    TypeReadersMessages
    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: TelegramModularFramework.Localization
    Assembly: TelegramModularFramework.dll
    Syntax
    public class TypeReadersMessages

    Properties

    | Improve this Doc View Source

    Culture

    Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class.

    Declaration
    public static CultureInfo Culture { get; set; }
    Property Value
    Type Description
    System.Globalization.CultureInfo
    | Improve this Doc View Source

    NotABoolean

    Looks up a localized string similar to Not a boolean.

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

    NotAFloat

    Looks up a localized string similar to Not a decimal fractional number.

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

    NotANumber

    Looks up a localized string similar to Not a number.

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

    ResourceManager

    Returns the cached ResourceManager instance used by this class.

    Declaration
    public static ResourceManager ResourceManager { get; }
    Property Value
    Type Description
    System.Resources.ResourceManager
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾