Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum length of a string variable
Message
De
06/01/2005 16:44:20
 
 
À
06/01/2005 13:35:57
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
00974763
Message ID:
00974851
Vues:
16
>What is the maximum length of a string variable in VB.NET?

Hmmm... not sure there is one. The largest string builder you can create would contain 2,147,483,648 characters. This is due to that being the max value of an Int32 which is what the constructor accepts for Capacity.

Not sure if this helps you.

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform