[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=Encoding Interfaces=Object,Encoding Info=Represents a UTF-7 encoding of Unicode characters. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the UTF7Encoding class|14|0|Constructor,Constructor2 [Methods] *doConstructor=Initializes a new instance of the UTF7Encoding class. ARG()|1|0 *doConstructor2=Initializes a new instance of the UTF7Encoding class. A parameter specifies whether to allow optional characters. ARG(bool allowOptionals)|1|0 *doEncoding=Sets the current Encoding. ARG(Encoding srcEncoding)|1|0 *GetDecoder=Obtains a decoder that converts a UTF-7 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 a UTF-7 encoded sequence of bytes. ARG(Encoder)|3|0 *GetHashCode=Returns the hash code for the current UTF7Encoding object. ARG(int)|3|1 UTF7Encoding=Returns the UTF7Encoding object. ARG(UTF7Encoding)|3|0 *allowOptionals=true to specify that optional characters are allowed; otherwise, false. ARG(bool)|4|104