HTMLSpaces Method

Generate a string with X spaces.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Spaces(
	int number
)

Parameters

number  Int32
The number of space characters to generate.

Return Value

String
String with the value containing the specified number of space characters.

See Also