UtilStringGenerateRandomString(Int32) Method
Generates a random alpha-numeric string of 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 GenerateRandomString(
int length
)
Public Shared Function GenerateRandomString (
length As Integer
) As String
Dim length As Integer
Dim returnValue As String
returnValue = UtilString.GenerateRandomString(length)
public:
static String^ GenerateRandomString(
int length
)
static member GenerateRandomString :
length : int -> string
No code example is currently available or this language may not be supported.
- length Int32
-
The target string length.
String
The resulting string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim str As String = GenerateRandomString(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.