UtilStringGenerateRandomHexString Method
Generates a random hexadecimal 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 GenerateRandomHexString(
int length
)
Public Shared Function GenerateRandomHexString (
length As Integer
) As String
Dim length As Integer
Dim returnValue As String
returnValue = UtilString.GenerateRandomHexString(length)
public:
static String^ GenerateRandomHexString(
int length
)
static member GenerateRandomHexString :
length : int -> string
No code example is currently available or this language may not be supported.
- length Int32
-
The 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 value As String = GetRandomHex(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.