.NET 中是否有一种简单的方法来获取“st"、“nd"、“rd"?和“th"数字的结尾?

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 中是否有一种简单的方法来获取“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"数字的结尾?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

DispatcherQueue null when trying to update Ui property in ViewModel(尝试更新ViewModel中的Ui属性时DispatcherQueue为空)
c# Generic Setlt;Tgt; implementation to access objects by type(按类型访问对象的C#泛型集实现)
InvalidOperationException When using Context Injection in ASP.Net Core(在ASP.NET核心中使用上下文注入时发生InvalidOperationException)
dropbox-sdk-dotnet: how to get a refresh token and update the access token(Dropbox-SDK-Dotnet:如何获取刷新令牌并更新访问令牌)
quot;Overflowquot; compiler error with -9223372036854775808L(编译器错误-9223372036854775808L(Q;溢出Q))
Visual Studio 2010 ReportViewer Assembly References(Visual Studio 2010 ReportViewer程序集引用)