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?
My boss has the 2.0 framework and 1.1 framework installed on his machine, and my developer machine has only the 1.1 framework installed.
I have a project written in C# in Visual Studio 2003 (not using unsafe code), and it always runs fine on my machine, but it keeps getting...
I'm currently writing an application that compiles a lot of information to PDF, including Excel files.
I was hoping to find some way of rendering an Excel spreadsheet without using Excel. Let me explain:
All the products out there that print Excel to PDF, export Excel sheets to JPEG or BMP...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.