.NET 中是否有一种简单的方法来获取“st"、“nd"、“rd"?和“th"数字的结尾? [英] Is there an easy way in .NET to get "st", "nd", "rd" and "th" endings for numbers?

查看:21
本文介绍了.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"数字的结尾?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆