Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法为所有异步套接字回调设置默认 CultureInfo (“en-US”),或者我真的必须在每个回调上手动设置?
关于 .NET 4.5,您可以使用CultureInfo.DefaultThreadCurrentCulture. 不幸的是,您不能为应用程序设置 CultureInfo,因此每个线程都使用系统区域设置信息启动。
CultureInfo.DefaultThreadCurrentCulture