Quote:
|
Originally Posted by Andy0687
Is either more processor intensive then the other?
|
I believe so. Creating a new string object that represents the substring is probably less performant than just checking the beginning of a pre-existing string against another pre-existing string.