如何在Visual Studio的C#代码中使用印度卢比符号 [英] How to use Indian Rupee Symbol In C# Code from Visual Studio

查看:177
本文介绍了如何在Visual Studio的C#代码中使用印度卢比符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我想在我的Asp.net应用程序中使用卢比符号(₹)。我想将我的卢比符号附加到我的计算值。



在我的测试应用程序中我使用这样的



lblresult.Text =你的总Zakat是++₹+ result.ToString();



但是无论何时我运行此代码我都会得到一个方框而不是卢比符号

Hi All,

I want to use Rupee Symbol(₹) in my Asp.net Application.I want to Append my Rupee Symbol to my calculated value.

Here in my test application i use like this

lblresult.Text = "Your Total Zakat is" + " " + "₹" + result.ToString();

But whenever i am running this code i am getting a Square box instead of Rupee Symbol

推荐答案

试试这些:



Indian-Rupee-Symbol-in-Aspnet [ ^ ]



< a href =http://webrupee.com/> WebRupee [ ^ ]



希望有帮助:)
Try these:

Indian-Rupee-Symbol-in-Aspnet[^]

WebRupee[^]

hope it helps :)


从网上下载字体

>> ;添加对css的引用

>>并将该类添加到span(:)
download font from the web
>> add reference to css
>> and add that class into span (:)


这篇关于如何在Visual Studio的C#代码中使用印度卢比符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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