Esempio n. 1
0
 public static Double?DollarCentsToRegionCurrency(this IConvertible @this, RegionInfo region = null)
 {
     return(@this.DollarCentsToDollars().DollarsToRegionCurrency(region));
 }