Class Codepage
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
Properties
Encoding
Declaration
public Encoding Encoding { get; set; }
Property Value
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
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements