Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Opaque Dim delimiter As String Dim value As String value = instance.ToHexString(delimiter) |
Parameters
- delimiter
- A string to use between each hex pair. May be null.
Converts the object to its hex string representation. The string starts with the high 4 bits of the first element, followed by the low 4 bits of the first element, followed by the delimiter, and continues with each byte. Possible hex values are { '0', '1','2','3','4','5','6','7','8','9','a','b','c','d','e','f' }.
Target Platforms: Microsoft .NET Framework 2.0