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()
Assembly: Sdl.Core.Globalization.dll
Syntax
public class Codepage : ICloneable
Constructors
Codepage()
Declaration
Codepage(Codepage)
Declaration
protected Codepage(Codepage other)
Parameters
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
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