[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Utility method to indent a text for a number of characters.

Namespace: net.esper.util
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function CreateIndent ( _
	numChars As Integer _
) As String
C#
public static string CreateIndent (
	int numChars
)
Visual C++
public:
static String^ CreateIndent (
	int numChars
)

Parameters

numChars
System.Int32
is the number of character to indent with spaces

Return Value

the formatted string