wManager.Wow.Helpers Namespace
WRobot

Extensions..::..ToStringArray Method

Converts to string array (by line).

Namespace:  robotManager.Helpful
Assembly:  robotManager (in robotManager.dll)

Syntax


public static string[] ToStringArray(
	this StringBuilder thisT
)
<ExtensionAttribute> _
Public Shared Function ToStringArray ( _
	thisT As StringBuilder _
) As String()
[ExtensionAttribute]
public:
static array<String^>^ ToStringArray(
	StringBuilder^ thisT
)

Parameters

thisT
Type: StringBuilder
The this t.

Return Value

System.String[].