Beispiel #1
0
 public static string ToHex(this string input)
 {
     return(HexUtil.ConvertStringToHexString(input));
 }