Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
C# Type Cast Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01079396
Message ID:
01079402
Vues:
13
That did it. Thanks.

I posted another C# question in another thread.


>Try:
>
>iPortNo = int.Parse(txtPort.Text);
>
>
>Also check out the docs for the int.Parse() because it has several overloads.
>
>Einar
>>I'm trying to cast a textbox value to int;
>>Can someone help me out please?
>>
>>
>>// Define the port number variable
>>int iPortNo = 0;
>>
>>// Read in the port number from the textbox
>>iPortNo = (int)txtPort.Text;
>>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform