Class Codepage
Inheritance
Object
Codepage
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
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 |
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
IsValid
Declaration
public bool IsValid { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Methods
Clone()
Declaration
Returns
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Overrides
System.Object.ToString()
Implements
System.ICloneable