public static Double GetNumericValue(this Char c)
 {
     return(Char.GetNumericValue(c));
 }