Method | Description | |
---|---|---|
Find ( int codePage, |
||
Find ( string name, |
Finds the description for the encoding with the specified name.
|
|
GetEncodingName ( int codePage ) : string |
public static Find ( int codePage, |
||
codePage | int | |
description | ||
return | bool |
public static Find ( string name, |
||
name | string | The encoding's name. |
description | The encoding's description that was found. | |
return | bool |
public static GetEncodingName ( int codePage ) : string | ||
codePage | int | |
return | string |