Search Results for

    Show / Hide Table of Contents

    Class Codepage

    Inheritance
    object
    Codepage
    Implements
    ICloneable
    Inherited Members
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.dll
    Syntax
    public class Codepage : ICloneable

    Constructors

    Codepage()

    Declaration
    public Codepage()

    Codepage(Codepage)

    Declaration
    protected Codepage(Codepage other)
    Parameters
    Type Name Description
    Codepage other

    Codepage(string)

    Declaration
    public Codepage(string codepageName)
    Parameters
    Type Name Description
    string codepageName

    Codepage(Encoding)

    Declaration
    public Codepage(Encoding encoding)
    Parameters
    Type Name Description
    Encoding encoding

    Properties

    Encoding

    Declaration
    public Encoding Encoding { get; set; }
    Property Value
    Type Description
    Encoding

    IsSupported

    Declaration
    public bool IsSupported { get; }
    Property Value
    Type Description
    bool

    IsValid

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    object

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Implements

    ICloneable
    In this article
    • Constructors
      • Codepage()
      • Codepage(Codepage)
      • Codepage(string)
      • Codepage(Encoding)
    • Properties
      • Encoding
      • IsSupported
      • IsValid
      • Name
    • Methods
      • Clone()
      • Equals(object)
      • GetHashCode()
      • ToString()
    • Implements
    Back to top Generated by DocFX