Random.GetHexString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetHexString(Int32, Boolean)
- Source:
- Random.cs
public string GetHexString(int stringLength, bool lowercase = false);
member this.GetHexString : int * bool -> string
Public Function GetHexString (stringLength As Integer, Optional lowercase As Boolean = false) As String
Parameters
- stringLength
- Int32
- lowercase
- Boolean