المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : problem with unicode. [modified]



C# Programming
05-12-2011, 09:20 AM
i need to get the character when the unicode is given.
for example :
i get the unicode values as a string -> "\U0061" so then i need to get the character for this unicode value.

i know that i can use "char c = '\U0061' but unfortunately i get the Unicode value as a string, so what i need is to get the character by that string .

anyone got an idea to do this.
thanx in advance.

modified on Wednesday, May 11, 2011 12:30 PM