Below two which is the best practise to compare strings...
Code:If "A".ToLower = "a" Then '.... End If If String.Compare("A", "A", True) = 0 Then '... End If
|
Results 1 to 3 of 3
Thread: Comparing String,Threaded View
|
Click Here to Expand Forum to Full Width |