UtilStringGenerateRandomNumericString Method
Generates a random numeric string with the specified lenth.
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 GenerateRandomNumericString(
int length
)
Public Shared Function GenerateRandomNumericString (
length As Integer
) As String
Dim length As Integer
Dim returnValue As String
returnValue = UtilString.GenerateRandomNumericString(length)
public:
static String^ GenerateRandomNumericString(
int length
)
static member GenerateRandomNumericString :
length : int -> string
No code example is currently available or this language may not be supported.
- length Int32
-
The number length.
String
The resulting numeric string.
This is a code example.
No code example is currently available or this language may not be supported.
Dim value As String = GetRandomNumber(length:=5)
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.
ArgumentException
|
Positive value is required.;length
|