Exemplo n.º 1
0
 public static bool IsCountry(RegionInfo r)
 {
     return(Safe.Run(() => SystemString.StartsWithLetter(r.ThreeLetterISORegionName), false));
 }
Exemplo n.º 2
0
 public static bool IsCurrency(RegionInfo r)
 {
     return(Safe.Run(() => SystemString.StartsWithLetter(r.ISOCurrencySymbol), false));
 }