Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ASCII to value
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Titre:
Divers
Thread ID:
00981798
Message ID:
00981804
Vues:
41
This message has been marked as the solution to the initial question of the thread.
Dawa,

Do you want a character or a string?

Character:
char c = (char)49;
String:
string s = ((char)49).ToString();
~~Bonnie




>How do I convert a Unicode value to a character value. e.g. 49 to "1".
>
>TIA
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform