M MattB Jan 14, 2004 #1 SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks!
SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks!
H Herfried K. Wagner [MVP] Jan 14, 2004 #2 * "MattB said: SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks! Click to expand... Use 'InStr' instead and specify the 'Compare' parameter.
* "MattB said: SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks! Click to expand... Use 'InStr' instead and specify the 'Compare' parameter.
A Armin Zingler Jan 14, 2004 #3 MattB said: SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks! Click to expand... Indexof of which class?
MattB said: SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks! Click to expand... Indexof of which class?
M Mattias Sjögren Jan 14, 2004 #4 SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks! Click to expand... CultureInfo.CurrentCulture.CompareInfo.IndexOf( _ source, value, CompareOptions.IgnoreCase) Mattias
SSIA, I don't see a switch or something that might do this but I hope I'm overlooking it. Any suggestions? Thanks! Click to expand... CultureInfo.CurrentCulture.CompareInfo.IndexOf( _ source, value, CompareOptions.IgnoreCase) Mattias