Provides conversion to C-style formatting with escape codes.
[Visual Basic] Protected Function QuoteLiteralStringCStyle( _ ByVal value As String, _ ByVal escapeUnicode As Boolean _ ) As String [C#] protected string QuoteLiteralStringCStyle( string value, bool escapeUnicode ); [C++] protected: String* QuoteLiteralStringCStyle( String* value, bool escapeUnicode ); [JScript] protected function QuoteLiteralStringCStyle( value : String, escapeUnicode : Boolean ) : String;
CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace