gpt4 book ai didi

c# - 强制字符串插值始终遵循 CultureInfo.InvariantCulture

转载 作者:行者123 更新时间:2023-12-05 02:05:17 25 4
gpt4 key购买 nike

对于从 C#(最新版本)编译的给定 .NET 程序集,我想强制所有字符串插值系统地使用 CultureInfo.InvariantCulture 而不是使用 CultureInfo.CurrentCulture。有什么办法可以强制执行此操作吗?

最佳答案

您可以使用 FormattableString.Invariant(FormattableString) Method .

放置一个

using static System.FormattableString; 

在代码的顶部然后使用 like

string interpolated = Invariant($"My interpolated string {3.5:N2}");

有关背景信息,请参阅:Interpolated strings: advanced usages .

关于c# - 强制字符串插值始终遵循 CultureInfo.InvariantCulture,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63674491/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com