Search Results for

    Show / Hide Table of Contents

    Class Codepage

    Inheritance
    System.Object
    Codepage
    Implements
    System.ICloneable
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.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
    System.String codepageName

    Codepage(Encoding)

    Declaration
    public Codepage(Encoding encoding)
    Parameters
    Type Name Description
    System.Text.Encoding encoding

    Properties

    Encoding

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

    IsSupported

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

    IsValid

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

    Name

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

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    Equals(Object)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Implements

    System.ICloneable

    On this page

    • 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