Provides conversion to formatting with escape codes.
[Visual Basic] Overrides Protected Function QuoteLiteralString( _ ByVal value As String, _ ByVal escapeUnicode As Boolean _ ) As String [C#] protected override string QuoteLiteralString( string value, bool escapeUnicode ); [C++] protected: override String* QuoteLiteralString( String* value, bool escapeUnicode ); [JScript] protected override function QuoteLiteralString( value : String, escapeUnicode : Boolean ) : String;
The converted string.
If the value of escapeUnicode is set to true, character values above 80 will be converted to use escape code formatting.
VBCodeGenerator Class | VBCodeGenerator Members | System.CodeDOM.Compiler Namespace