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!

JSCodeGenerator.QuoteLiteralString

[To be supplied.]

[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;

Parameters

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

See Also

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