NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CSharpCodeGenerator.QuoteLiteralStringCStyle

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;

Parameters

value
[To be supplied.]
escapeUnicode
[To be supplied.]

See Also

CSharpCodeGenerator Class | CSharpCodeGenerator Members | System.CodeDOM.Compiler Namespace