HTMLSpaces Method
Generate a string with X spaces.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Spaces(
int number
)
Public Shared Function Spaces (
number As Integer
) As String
- number Int32
- The number of space characters to generate.
StringString with the value containing the specified number of space characters.