D
Dino Buljubasic
Hi,
I am using lots of string comparisons using
String.StartsWith(subString) method where subString might be more than
just couple of chars (e.g. "This is the string to compare ")
I have noticed that it executes quite slowly. Is there a way to do
this faster?
tx
_dino_
I am using lots of string comparisons using
String.StartsWith(subString) method where subString might be more than
just couple of chars (e.g. "This is the string to compare ")
I have noticed that it executes quite slowly. Is there a way to do
this faster?
tx
_dino_