Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximum length of a string variable
Message
From
06/01/2005 16:44:20
 
 
To
06/01/2005 13:35:57
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
00974763
Message ID:
00974851
Views:
15
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform