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

[Missing <summary> documentation for "M:Facebook.Json.StringBuffer.ToString(System.Int32,System.Int32)"]

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

Syntax

C#
public string ToString(
	int start,
	int length
)
Visual Basic (Declaration)
Public Function ToString ( _
	start As Integer, _
	length As Integer _
) As String
Visual C++
public:
String^ ToString(
	int start, 
	int length
)

Parameters

start
Type: System..::.Int32

[Missing <param name="start"/> documentation for "M:Facebook.Json.StringBuffer.ToString(System.Int32,System.Int32)"]

length
Type: System..::.Int32

[Missing <param name="length"/> documentation for "M:Facebook.Json.StringBuffer.ToString(System.Int32,System.Int32)"]

Return Value

[Missing <returns> documentation for "M:Facebook.Json.StringBuffer.ToString(System.Int32,System.Int32)"]

See Also

StringBuffer Class
ToString Overload
Facebook.Json Namespace