More VB.Net native solution would be:
New String(strInputString.Where(Function(c) Char.IsLetterOrDigit(c)).ToArray())
![]()
Regards!
More VB.Net native solution would be:
New String(strInputString.Where(Function(c) Char.IsLetterOrDigit(c)).ToArray())
![]()
Regards!