Searched defs:hexString (Results 1 – 3 of 3) sorted by relevance
38 public void WriteBytes(string hexString) in WriteBytes()
37 public void WriteBytes(uint addr, string hexString) in WriteBytes()
442 …public static byte[] HexStringToByteArray(string hexString, bool reverse = false, bool ignoreWhite… in HexStringToByteArray()465 …public static bool TryParseHexString<T>(string hexString, out T[] outArray, int elementSize, bool … in TryParseHexString()