text 关于文化和本土化
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 关于文化和本土化相关的知识,希望对你有一定的参考价值。
DATE
=================================================
--- js
formatDateTime(CreatedOnUTC)
CONVERT Numeric to String sesuai culture
=================================================
-- cshtml
@Html.DecimalTextBox("HiddenPriceTextBox", "0", null, new { @style="display:none" })
<input decimalplaces="0" decimalseparator="," id="HiddenPriceTextBox" name="HiddenPriceTextBox" onblur="formatNumeric(this, '', false);" ondblclick="highlight(this);" onfocus="preformatNumeric(this);" onkeydown="keyCheck(event);" onkeyup="filterNumeric(this, '', false, false, false);" style="display:none" thousandsseparator="." type="text" value="0">
-- js
$("#CostPrice").val(formatNumericFromNumber("HiddenPriceTextBox", item.CostPrice));
CONVERT string to numeric
=================================================
--- js
convertStringToNumeric("DiscountPrice", self.finalCostPrice())
globalThousandsSeparator
globalDecimalSeparator
toNumeric(finalProfitPercent, globalThousandsSeparator, globalDecimalSeparator, 2, false, null, true);
--- cs
decimalVariable.FormatNumeric()
C#
===================================================
decimal newFinalCostPriceDecimal = Convert.ToDecimal(newFinalCostPrice, new CultureInfo("en-US"));
Convert decimal ke string currency
---
CultureInfo cultureInfo = CultureInfo.CurrentCulture;
StringBuilder sbStringFormat = new StringBuilder("##,#");
int decimalPlace = applicationSettingRepository.GetApplicationSettingByte(ApplicationSettingTypeEnum.NumberOfDecimalPlaces);
if (decimalPlace > 0)
{
sbStringFormat.Append(".");
for (int i = 0; i < decimalPlace; i++)
{
sbStringFormat.Append("0");
}
}
string stringFormat = sbStringFormat.ToString();
product.Price.ToString(stringFormat, cultureInfo) //decimalValue.toString()
以上是关于text 关于文化和本土化的主要内容,如果未能解决你的问题,请参考以下文章
关于shopee的文化冲突
数字漫画行业繁花似锦,国漫扎根本土文化“向外生长”?
山西宗教文化漫谈
新起典|夜游项目如何营造文化核心魅力
日本国家旅游局的新版《日本本土风情导览》主打人迹罕至的名胜劲酷的景点以及鲜为人知的攻略
好的夜游项目为什么能够吸引游客