public class StringHelper extends Object
Constructor and Description |
---|
StringHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getRandomHexString()
Return a plausibly-random number string in hex form.
|
static int |
hexcharToInt(char c)
Return the integer value of the passed-in char interpreted
as a hex digit.
|
public static int hexcharToInt(char c)
public static String getRandomHexString()
Not (yet) synchronised as unlikely to be problem with threads and contention.
Copyright © 2017 Perforce Software. All Rights Reserved.