private void ParseChar32(string formatString)
 {
     this.parser = new MsPrintfFormatParser(formatString, false, 4, 4, 4);
     parser.Parse();
 }
 private void ParseChar32(string formatString)
 {
     this.parser = new MsPrintfFormatParser(formatString, false, 4, 4, 4);
     parser.Parse();
 }