Spaces Method

HttpServer.dll

Generates a string with spaces.

Namespace:  HttpServer.Rendering.Haml
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Spaces(
	int count
)
Visual Basic (Declaration)
Public Function Spaces ( _
	count As Integer _
) As String
Visual C++
public:
String^ Spaces(
	int count
)

Parameters

count
Type: System..::.Int32
number of spaces.

Return Value

string of spaces.

See Also