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"数字的结尾?


- 带问号的 nvarchar 列结果 2022-01-01
- 为什么 C# 中的堆栈大小正好是 1 MB? 2022-01-01
- 在 C# 中异步处理项目队列 2022-01-01
- 在 LINQ to SQL 中使用 contains() 2022-01-01
- 使用 rss + c# 2022-01-01
- Windows 喜欢在 LINUX 中使用 MONO 进行服务开发? 2022-01-01
- Azure Active Directory 与 MVC,客户端和资源标识同一 2022-01-01
- 是否可以在 .Net 3.5 中进行通用控件? 2022-01-01
- C# 通过连接字符串检索正确的 DbConnection 对象 2022-01-01
- CanBeNull和ReSharper-将其用于异步任务? 2022-01-01