Windows系统上包含了200多个国家和地区的数据,有时候编程需要这些资料。以下代码可以帮助你快速获取这些信息。
将Console语句注释掉,可以更快的完成分析。
static void Main(string[] args) {
Console.WriteLine("Start!");
// 这里可以修改文件路径和文件名称。
var sw = new StreamWriter(new FileStream("RegionInfo.txt", FileMode.OpenOrCreate)); // 通过反射获取 RegionInfo 类的属性,作为标题写入文件流
sw.WriteLine("Culture," + string.Join(",", typeof(RegionInfo).GetProperties().Select(p => p.Name).ToArray())); // Windows 系统中定义国家和地区信息使用 Culture 参数,该参数包含2位国家代码和2位地区代码
for (var i = 0x00; i < 0xff; i++) {
for (var j = 0x00; j < 0xff; j++) {
var culture = (i << ) + j; // 构建 Culture 参数,i 为国家代码,j 为地区代码
RegionInfo ri = null;
// 并不是所有的 Culture 参数都是有效参数,因此需要处理实例化异常
try {
ri = new RegionInfo(culture);
// 通过反射获取实例化对象的属性值,并写入文件流
sw.WriteLine(culture + "," + string.Join(",", ri.GetType().GetProperties().Select(p => p.GetValue(ri, null).ToString()).ToArray()));
Console.WriteLine("0x{0:x}\tdone!", culture);
} catch {
continue;
}
}
}
sw.Flush();
sw.Close();
Console.WriteLine("All done!");
Console.ReadKey();
}
C#中除了 RegionInfo 类包含国家和地区信息,CultureInfo 类还包含了语言、文字等相关的其他信息,可以自行替换分析。
本文来自飞扬的尘埃的博客,转载请注明出处。