Hey Guys,
I am having a silly problem with the .IndexOf method of a string.
[string].IndexOf("search" is supposed to return a value if "search" is found in [string] but in my case it returns a -1 value.
Have you been through this before?
Appreciate it.
I am having a silly problem with the .IndexOf method of a string.
[string].IndexOf("search" is supposed to return a value if "search" is found in [string] but in my case it returns a -1 value.
Have you been through this before?
Appreciate it.