I want to be able to get RegionInfo
by doing the following:
new RegionInfo("United Kingdom");
but this throws an exception and says that it is not recognised.
This page on RegionInfo says that an exception is thrown if 'name is not a valid country/region name'.
And yet this page specifies a list of predefined regions used by the class that and contains United Kingdom
, so why doesn't creating a new RegionInfo
with country name work?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…