首页 \ 问答 \ .NET字符串格式化 - 小数点左边的#是什么意思?(.NET String formatting -What does the # mean to the left of the decimal point?)

.NET字符串格式化 - 小数点左边的#是什么意思?(.NET String formatting -What does the # mean to the left of the decimal point?)

我需要将数字字符串格式化为小数点两边最多2个位置,即使这意味着截断或截断前导数字(这是一个很长的故事,不要问)。 在MSDN上,它暗示可以使用井号(#)完成:

“”#“自定义格式说明符用作数字占位符符号。如果格式化的值在格式字符串中出现井号的位置有一个数字,则该数字将复制到结果字符串。否则,没有任何东西存储在结果字符串中的那个位置。“

但在实践中,似乎只能在小数点右侧工作。 如果我这样做:

String s = " Test - " + String.Format("format0 = {0:0.##}, format1 = {1:#.##}, format2 = {2:##.###}",321.2345, 321.2345, 321.2345);

我得到s的这个输出:

“测试 - 格式0 = 321.23,格式1 = 321.23,格式2 = 321.235”

...注意“0。##”和“#。##”产生相同的输出。 那么当它位于小数点左侧时,“#” 究竟是什么意思呢?


I have a need to format a numeric string to a maximum of 2 places either side of the decimal point, even if it means truncating or chopping off the leading digits (it's a long story, don't ask). On the MSDN it implies this can be done with the pound sign (#):

"The "#" custom format specifier serves as a digit-placeholder symbol. If the value that is being formatted has a digit in the position where the pound sign appears in the format string, that digit is copied to the result string. Otherwise, nothing is stored in that position in the result string."

But in practice that only seems to work to the right of the decimal point. If I do this:

String s = " Test - " + String.Format("format0 = {0:0.##}, format1 = {1:#.##}, format2 = {2:##.###}",321.2345, 321.2345, 321.2345);

I get this output for s:

" Test - format0 = 321.23, format1 = 321.23, format2 = 321.235"

... note that "0.##" and "#.##" produced the same output. So what exactly does the "#" mean when it's to the left of the decimal point?


原文:https://stackoverflow.com/questions/20707973
更新时间:2023-08-14 15:08

最满意答案

尝试使用android:includeFontPadding="false"来查看是否有帮助。 它会有所帮助,但是没有办法将TextView尺寸缩小到完全像素完美的文本尺寸。

唯一的选择,可能会或可能不会给出更好的结果,是欺骗一些并且硬连线尺寸以匹配文本大小,例如“24sp”而不是“wrap_content”作为高度。


Try android:includeFontPadding="false" to see if it helps. It will help a little bit, but there's no way of reducing the TextView dimensions to the exact pixel-perfect text size.

The only alternative, which may or may not give better results, is to cheat a bit and hard-wire the dimensions to match the text size, e.g. "24sp" instead of "wrap_content" for the height.

相关问答

更多

相关文章

更多

最新问答

更多
  • sp_updatestats是否导致SQL Server 2005中无法访问表?(Does sp_updatestats cause tables to be inaccessible in SQL Server 2005?)
  • 如何创建一个可以与持续运行的服务交互的CLI,类似于MySQL的shell?(How to create a CLI that can interact with a continuously running service, similar to MySQL's shell?)
  • AESGCM解密失败的MAC(AESGCM decryption failing with MAC)
  • Zurb Foundation 4 - 嵌套网格对齐问题(Zurb Foundation 4 - Nested grid alignment issues)
  • 湖北京山哪里有修平板计算机的
  • SimplePie问题(SimplePie Problem)
  • 在不同的任务中,我们可以同时使用多少“上下文”?(How many 'context' we can use at a time simultaneously in different tasks?)
  • HTML / Javascript:从子目录启用文件夹访问(HTML/Javascript: Enabling folder access from a subdirectory)
  • 为什么我会收到链接错误?(Why do I get a linker error?)
  • 如何正确定义析构函数(How to properly define destructor)
  • 垂直切换菜单打开第3级父级。(Vertical toggle menu 3rd level parent stay opened. jQuery)
  • 类型不匹配 - JavaScript(Type mismatch - JavaScript)
  • 为什么当我将模型传递给我的.Net MVC 4控制器操作时,它坚持在部分更新中使用它?(Why is it that when I pass a Model to my .Net MVC 4 Controller Action it insists on using it in the Partial Update?)
  • 在使用熊猫和statsmodels时拉取变量名称(Pulling variable names when using pandas and statsmodels)
  • 如何开启mysql计划事件
  • 检查数组的总和是否大于最大数,反之亦然javascript(checking if sum of array is greater than max number and vice versa javascript)
  • 使用OpenGL ES绘制轮廓(Drawing Outline with OpenGL ES)
  • java日历格式(java Calendar format)
  • Python PANDAS:将pandas / numpy转换为dask数据框/数组(Python PANDAS: Converting from pandas/numpy to dask dataframe/array)
  • 如何搜索附加在elasticsearch索引中的文档的内容(How to search a content of a document attached in elasticsearch index)
  • LinQ to Entities:做相反的查询(LinQ to Entities: Doing the opposite query)
  • 从ExtJs 4.1商店中删除记录时会触发哪些事件(Which events get fired when a record is removed from ExtJs 4.1 store)
  • 运行javascript后如何截取网页截图[关闭](How to take screenshot of a webpage after running javascript [closed])
  • 如何使用GlassFish打印完整的堆栈跟踪?(How can I print the full stack trace with GlassFish?)
  • 如何获取某个exe应用程序的出站HTTP请求?(how to get the outbound HTTP request of a certain exe application?)
  • 嗨,Android重叠背景片段和膨胀异常(Hi, Android overlapping background fragment and inflate exception)
  • Assimp详细说明typedef(Assimp elaborated type refers to typedef)
  • 初始化继承类中不同对象的列表(initialize list of different objects in inherited class)
  • 使用jquery ajax在gridview行中保存星级评分(Save star rating in a gridview row using jquery ajax)
  • Geoxml3 groundOverlay zIndex(Geoxml3 groundOverlay zIndex)