Special character problem

More VB.Net native solution would be:

New String(strInputString.Where(Function(c) Char.IsLetterOrDigit(c)).ToArray())

:robot:

Regards!

1 Like