[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Facebook.Json.Utilities.JavaScriptUtils.WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean)"]

Namespace:  Facebook.Json.Utilities
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static void WriteEscapedJavaScriptString(
	TextWriter writer,
	string value,
	char delimiter,
	bool appendDelimiters
)
Visual Basic (Declaration)
Public Shared Sub WriteEscapedJavaScriptString ( _
	writer As TextWriter, _
	value As String, _
	delimiter As Char, _
	appendDelimiters As Boolean _
)
Visual C++
public:
static void WriteEscapedJavaScriptString(
	TextWriter^ writer, 
	String^ value, 
	wchar_t delimiter, 
	bool appendDelimiters
)

Parameters

writer
Type: System.IO..::.TextWriter

[Missing <param name="writer"/> documentation for "M:Facebook.Json.Utilities.JavaScriptUtils.WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean)"]

value
Type: System..::.String

[Missing <param name="value"/> documentation for "M:Facebook.Json.Utilities.JavaScriptUtils.WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean)"]

delimiter
Type: System..::.Char

[Missing <param name="delimiter"/> documentation for "M:Facebook.Json.Utilities.JavaScriptUtils.WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean)"]

appendDelimiters
Type: System..::.Boolean

[Missing <param name="appendDelimiters"/> documentation for "M:Facebook.Json.Utilities.JavaScriptUtils.WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean)"]

See Also

JavaScriptUtils Class
Facebook.Json.Utilities Namespace