UtilStringGenerateWhiteSpacedString Method
Generates a white-spaced string with the specified length.
Namespace: DevCase.Core.DataProcessing.CommonAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string GenerateWhiteSpacedString(
int length
)
Public Shared Function GenerateWhiteSpacedString (
length As Integer
) As String
Dim length As Integer
Dim returnValue As String
returnValue = UtilString.GenerateWhiteSpacedString(length)
public:
static String^ GenerateWhiteSpacedString(
int length
)
static member GenerateWhiteSpacedString :
length : int -> string
No code example is currently available or this language may not be supported.
- length Int32
-
The white-space length.
String
The white-spaced string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim s As String = GetWhiteSpacedString(10)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.