BomberMan2K
Programmer
Hi,
I'm building a very simple Whois client in c# and need to remove the non-relevant lines of response from the whois server.
Every comment-line is preceded by a "%" char and I want to remove the whole line.
I get the response into a string var - and would like to print it to a textbox without the comment lines.
How can this be accomplished?
Thank you,
Roman.
I'm building a very simple Whois client in c# and need to remove the non-relevant lines of response from the whois server.
Every comment-line is preceded by a "%" char and I want to remove the whole line.
I get the response into a string var - and would like to print it to a textbox without the comment lines.
How can this be accomplished?
Thank you,
Roman.