WPF:在 StringFormat 中使用特定于区域性的分隔符

发布于 2024-10-14 07:26:40 字数 259 浏览 1 评论 0原文

有没有办法在 WPF-StringFormat 中使用区域性特定字符? 我正在尝试格式化日期以仅显示由文化特定的...呃..分隔符分隔的月份和年份。

这是我的代码:

Binding="{Binding StartDate.Value, StringFormat={}{0:MM.yyyy}, Converter={StaticResource StartEndDateTimeConverter}"

我会用什么来代替点?

Is there a way to use culture specific characters in a WPF-StringFormat?
I'm trying to format a date to only show the month and the year separated by the culture specific ... uuh.. separator.

Here is my code:

Binding="{Binding StartDate.Value, StringFormat={}{0:MM.yyyy}, Converter={StaticResource StartEndDateTimeConverter}"

What would I use as a replacement for the dot?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

櫻之舞 2024-10-21 07:26:40

我找到了解决方案。而不是“.”我应该使用“/”符号来分隔月份和年份。

I found the solution. Instead of the '.' I should have been using the '/'-Symbol to separate the months from the years.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文