示例#1
0
 public static string ToThai(this double number)
 {
     return(NumberToWordExtensionMethods.ThaiNumber(number.ToString()));
 }
示例#2
0
 public static string ToThai(this double number, IFormatProvider format)
 {
     return(NumberToWordExtensionMethods.ThaiNumber(number.ToString(format)));
 }