IAltEncodingFactory interface.GetEncoding Method

Definition

Namespace: ASNA.DataGate.DataLink.Text
Assembly: ASNA.QSys.DataGate.Client.dll

Generally, this method should only return an instance ofAltEncoding if the encoding is represented by one of theAltEncodingInfo objects returned by the Encodings property.This method should throw ArgumentException if the name given is notsupported by the factory.

AltEncoding GetEncoding(string name)

Generally, this method should only return an instance ofAltEncoding if the encoding is represented by one of theAltEncodingInfo objects returned by the Encodings property.This method should throw ArgumentException if the name given is notsupported by the factory.

AltEncoding GetEncoding(string name)

Parameters

Type Parameter name Description
String name The name of the encoding, as returned by AltEncoding.EncodingName.

Returns

Type Description
AltEncoding An instance of AltEncoding representing the desiredencoding translation facility.

See Also