On 11/20/2013 2:49 AM, Jacob Carlborg wrote:
How should we accomplish this? We can't replace:

void main (string[] args)

With

void main (UnsafeString[] args)

And break every application out there.

Use a different type for the validated string, validated means your program has guaranteed it has a certain form defined by that program.

Reply via email to