Ejemplo n.º 1
0
 public string ToHexSearchString()
 {
     return(string.Join(string.Empty,
                        Unified.Split('-')
                        .Select(hex => char.ConvertFromUtf32(
                                    Convert.ToInt32(hex, 16)))));
 }