Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't get VFP's ASC() equivalent
Message
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Can't get VFP's ASC() equivalent
Divers
Thread ID:
00672119
Message ID:
00672119
Vues:
45
In VFP I can do this:
lnChar = asc( substring( cString, 1, 1 ) )
I can't figure out how to do it in c#. I've tried
int lnChar = (int)cString.Substring( 1, 1 )
but I get an error 'Cannot convert type string to int'. Apparently, it must be type 'char' in order to cast it as an 'int'. The only problem is, 'Cannot convert type string to char' either. Anybody know what I need to do here? Thanks a lot,
jfh
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform