[Visual Basic] Public Sub AppendAsAnsiString( _ ByVal ansiString As String _ )
Parameters
ansiString
Since COM does not support the ANSI string data type, the
ansiString contains an Unicode string, which
is converted to ANSI before it is appended to the data.