Is there an easy way in .NET to get quot;stquot;, quot;ndquot;, quot;rdquot; and quot;thquot; endings for numbers?(.NET 中是否有一种简单的方法来获取“st、“nd、“rd?和“th数字的结尾?)
问题描述
我想知道 .NET 中是否缺少用于转换以下内容的方法或格式字符串:
1 到 1第 2 至第 2第 3 至第 34 至 4 日11 日至 11 日101 至 101第 111 至第 111
这个链接有一个编写自己的函数所涉及的基本原则的坏例子,但我更好奇是否有我缺少的内置容量.
解决方案
Scott Hanselman 的答案是公认的,因为它直接回答了问题.
但是,有关解决方案,请参阅 这个很好的答案.
不,.NET 基类库中没有内置功能.</p>
I am wondering if there is a method or format string I'm missing in .NET to convert the following:
1 to 1st
2 to 2nd
3 to 3rd
4 to 4th
11 to 11th
101 to 101st
111 to 111th
This link has a bad example of the basic principle involved in writing your own function, but I am more curious if there is an inbuilt capacity I'm missing.
Solution
Scott Hanselman's answer is the accepted one because it answers the question directly.
For a solution however, see this great answer.
No, there is no inbuilt capability in the .NET Base Class Library.
这篇关于.NET 中是否有一种简单的方法来获取“st"、“nd"、“rd"?和“th"数字的结尾?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:.NET 中是否有一种简单的方法来获取“st"、“nd"、“rd"?和“th"数字的结尾?


基础教程推荐
- rabbitmq 的 REST API 2022-01-01
- 将 XML 转换为通用列表 2022-01-01
- 有没有办法忽略 2GB 文件上传的 maxRequestLength 限制? 2022-01-01
- SSE 浮点算术是否可重现? 2022-01-01
- MS Visual Studio .NET 的替代品 2022-01-01
- 如何在 IDE 中获取 Xamarin Studio C# 输出? 2022-01-01
- 将 Office 安装到 Windows 容器 (servercore:ltsc2019) 失败,错误代码为 17002 2022-01-01
- 为什么Flurl.Http DownloadFileAsync/Http客户端GetAsync需要 2022-09-30
- 如何激活MC67中的红灯 2022-01-01
- c# Math.Sqrt 实现 2022-01-01