J Juan Mar 22, 2004 #1 How Can I cast a string into a integer type. I can't find it in the documentation.
K Kevin P. Fleming Mar 22, 2004 #2 Juan said: How Can I cast a string into a integer type. I can't find it in the documentation. Click to expand... int_variable = Convert.ToInt32(string_variable)
Juan said: How Can I cast a string into a integer type. I can't find it in the documentation. Click to expand... int_variable = Convert.ToInt32(string_variable)
R Richard A. Lowe Mar 22, 2004 #3 Int.Parse ()OR Convert.ToInt32: http://blogs.geekdojo.net/jez/archive/2003/09/17/152.aspx
J Juan Mar 22, 2004 #4 TKX. Kevin P. Fleming said: int_variable = Convert.ToInt32(string_variable) Click to expand...
J Juan Mar 22, 2004 #5 TKX. Richard A. Lowe said: Int.Parse ()OR Convert.ToInt32: http://blogs.geekdojo.net/jez/archive/2003/09/17/152.aspx Click to expand...
TKX. Richard A. Lowe said: Int.Parse ()OR Convert.ToInt32: http://blogs.geekdojo.net/jez/archive/2003/09/17/152.aspx Click to expand...
M Michael Culley Mar 22, 2004 #8 new guid(string) -- Michael Culley Juan said: Another... How to cast a String into a GUID? tkx a lot. Juan. Click to expand...
new guid(string) -- Michael Culley Juan said: Another... How to cast a String into a GUID? tkx a lot. Juan. Click to expand...
R Ravichandran J.V. Mar 23, 2004 #9 Convert.ToInt32(string) with regards, J.V.Ravichandran - http://www.geocities.com/ jvravichandran - http://www.411asp.net/func/search? qry=Ravichandran+J.V.&cob=aspnetpro - http://www.southasianoutlook.com - http://www.MSDNAA.Net - http://www.csharphelp.com - http://www.poetry.com/Publications/ display.asp?ID=P3966388&BN=999&PN=2 - Or, just search on "J.V.Ravichandran" at http://www.Google.com
Convert.ToInt32(string) with regards, J.V.Ravichandran - http://www.geocities.com/ jvravichandran - http://www.411asp.net/func/search? qry=Ravichandran+J.V.&cob=aspnetpro - http://www.southasianoutlook.com - http://www.MSDNAA.Net - http://www.csharphelp.com - http://www.poetry.com/Publications/ display.asp?ID=P3966388&BN=999&PN=2 - Or, just search on "J.V.Ravichandran" at http://www.Google.com