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