I have taken from the clipboard copied from the browser 194 and it is not converted, writes
A raw exception of type "System.FormatException" in mscorlib.dll Additional Information: The input string had an invalid format.
What to do?
string CS = Clipboard.GetText(); int css = Convert.ToInt32(CS);
CS
variable. - andreycha