string hexStr = "AB07C426"; string[] dataList = System.Text.RegularExpressions.Regex.Split(hexStr, @"(?<=\G.{2})(?!$)");