Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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. /// |
Résultat |
public static TryGetEncoding ( string encodingName, |
||
encodingName | string | /// Name of the encoding. /// |
encoding | /// [out] The encoding. /// | |
Résultat | bool |