class EncodingInfo
Provides basic information about an encoding.
public int CodePage { get; }
Gets the code page identifier of the encoding.
- Returns The code page identifier of the encoding.
public string DisplayName { get; }
Gets the human-readable description of the encoding.
- Returns The human-readable description of the encoding.
public bool Equals( object value )
Gets a value indicating whether the specified object is equal to the current object.
valueAn object to compare to the current object.- Returns if is a object and is equal to the current object; otherwise, .
public string Name { get; }
Gets the name registered with the Internet Assigned Numbers Authority (IANA) for the encoding.
- Returns The IANA name for the encoding.
public Encoding GetEncoding( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public EncodingInfo( EncodingProvider provider, int codePage, string name, string displayName )
😔 No documentation found.