Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
GetEncoding ( string encodingName ) : |
Gets an encoding.
|
|
TryGetEncoding ( string encodingName, |
Try to get a character set encoding from its web name.
|
public static GetEncoding ( string encodingName ) : |
||
encodingName | string | /// Name of the encoding. /// |
Результат |
public static TryGetEncoding ( string encodingName, |
||
encodingName | string | /// Name of the encoding. /// |
encoding | /// [out] The encoding. /// | |
Результат | bool |