Jesse

Jesse

  • NA
  • 11
  • 0

how long can a string be?

Jul 5 2006 4:18 PM
How long can a System.String be? I know that the Length() method returns a signed Int32, so it probably can't exceed 2^31 (2 billion something) characters. Does anyone know if its length is further restricted to a smaller maximum?

Answers (1)