miguel55 Posted June 12, 2013 at 03:16 PM Report #512379 Posted June 12, 2013 at 03:16 PM Tenho uma variavel que se chama variavel mesa string quero utilizar desta forma : mesa.textbox.text --> convertendo em string para ser utilizado assim : 1.textbox.text ou 2.text..........ou 3............ preciso de converter tudo em string obg
legd1991 Posted June 12, 2013 at 03:41 PM Report #512393 Posted June 12, 2013 at 03:41 PM Explica melhor. Está muito confuso
miguel55 Posted June 12, 2013 at 03:44 PM Author Report #512397 Posted June 12, 2013 at 03:44 PM preciso de converter o conteudo de um textbox para string. como se pode fazer?
bioshock Posted June 12, 2013 at 03:49 PM Report #512404 Posted June 12, 2013 at 03:49 PM O conteúdo de uma Textbox já é string. Mas se queres forçar, utilizas: Textbox1.Text.ToString()
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now