Exemple #1
0
 public static string ConvertToFloatType(string number)
 {
     return(DataProvider.ConvertToFloatType(number));
 }