I'm just wondering if there is a method in .NET 2.0 that checks whether a character is printable or not – something like isprint(int)
from standard C.
I found Char.IsControl(Char)
.
Could that be used for this purpose?
I'm just wondering if there is a method in .NET 2.0 that checks whether a character is printable or not – something like isprint(int)
from standard C.
I found Char.IsControl(Char)
.
Could that be used for this purpose?