We can easily separate Letters and Numbers from a string, to check a character is a latter we use char.IsLetter() method and to check a character is a number, we use char.IsNumber() method.
We construct a new string using new string(char[])
Posted on 3/19/2021 10:17:45 AM by admin
We can easily separate Letters and Numbers from a string, to check a character is a latter we use char.IsLetter() method and to check a character is a number, we use char.IsNumber() method.
We construct a new string using new string(char[])