Свойство | Type | Description | |
---|---|---|---|
m_fileName | string | ||
m_fromToType | ConvType | ||
m_method | ConverterType | ||
m_name | string |
Méthode | Description | |
---|---|---|
EncoderInfo ( string name, ConverterType method, string fileName, ConvType fromToType ) : System |
Initializes a new instance of the T:EncoderInfo class.
|
public EncoderInfo ( string name, ConverterType method, string fileName, ConvType fromToType ) : System | ||
name | string | The name of the encoding converter. |
method | ConverterType | The method, e.g. CC table, TecKit, etc. |
fileName | string | Name of the file containing the conversion table, etc. |
fromToType | ConvType | Type of conversion, e.g. from legacy to Unicode. |
Résultat | System |