[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=Encoding Interfaces=Object,Encoding Info=Represents an ASCII character encoding of Unicode characters. [Property] Name=Sets the name of the component. ARG(string)|2| [Methods] *doEncoding=Sets the current Encoding. ARG(Encoding srcEncoding)|1|0 *GetDecoder=Obtains a decoder that converts an ASCII encoded sequence of bytes into a sequence of Unicode characters. ARG(Decoder)|3|0 *GetEncoder=Obtains an encoder that converts a sequence of Unicode characters into an ASCII encoded sequence of bytes. ARG(Encoder)|3|0 *IsSingleByte=Returns a value indicating whether the current encoding uses single-byte code points. ARG(bool)|3|104 ASCIIEncoding=Returns the ASCIIEncoding object. ARG(ASCIIEncoding)|3|0