input string was not in a correct format?
Posted
by Surya sasidhar
on Stack Overflow
See other posts from Stack Overflow
or by Surya sasidhar
Published on 2010-05-20T11:47:55Z
Indexed on
2010/05/20
11:50 UTC
Read the original article
Hit count: 205
ASP.NET
hi,
In my application i write the code like this byte [] byt=new byte[ Convert.ToSbyte(textbox1.tex)];
it is giving the error that input string was not in a correct format.
© Stack Overflow or respective owner