bpayne111 Posted October 21, 2003 Posted October 21, 2003 Is the max length of a string 255 characters? i know its a dumb question i just can't seem to find it in help. brandon Quote i'm not lazy i'm just resting before i get tired.
BlueOysterCult Posted October 21, 2003 Posted October 21, 2003 I have in a book here: "Usually 16-bits per character - Range: 0 to apprx. 2 billion 16bit Unicode characters" Does that help? Quote
*Experts* Nerseus Posted October 21, 2003 *Experts* Posted October 21, 2003 Assuming the Length property of a string is an accurate measurement of the string's maximum length (it's an int), you can use Int32.MaxValue (around 2 billion as BOC mentioned). -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
bpayne111 Posted October 22, 2003 Author Posted October 22, 2003 yes thank you that's what i wanted... i had to go to the basics of datatypes to find it (in other words i should have looked harder before i posted this) Quote i'm not lazy i'm just resting before i get tired.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.