Can you any one tell me what is the type of "@" this kind of characters. Is is called Unicode character?
I also want to have full set of this type of characters and also I want to know how to convert them to ascii in C#.
Thanks
@ Is HTML Encoding for @ It's also known as HTML Entities.
In C# you can use the httpUtilities class to decode and encode values.
The sequence
@
is HTML encoding for the character with decimal value 64, which is the @ character.
(Note if you type that sequence into your question without the backticks, it is translated to the @)
You can find out what the actual character is meant to be using a unicode table. The following one is handy because it also provides decimal values:
http://www.ssec.wisc.edu/~tomw/java/unicode.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With