Max size of string

What is the max size of string under v4 of the .net micro framework?

Thanks
Antney

In general same applies here, except you will run out of memory sooner:

If you are programming on a NETMF system the you shouldn’t think of how to use less resources instead of what is the limits.

You will probably run out of memory before you hit the string limit anyways.

Architect

Thanks for the feedback…I guess i assumed since this is the micro framework that the data types would have been scaled down to match the constrained nature of the platform.

So as I understand from the link you sent me String on .netmf should be the same as string on .net framework.

Gus

Point well taken I need to keep that in mind since I am coming from a windows environment.

Antney