Sumit Shekhawat
Sumit Shekhawat
CC#
Created by mkpast on 5/10/2023 in #help
❔ I need help to convert a string type of textbox text to int
This statement should be work. also you can remove extra spaces if any come with using Trim() Method like Txt.Text.Trim()
36 replies
CC#
Created by mkpast on 5/10/2023 in #help
❔ I need help to convert a string type of textbox text to int
int x = Convert.ToInt32(Txt.Text);
36 replies
CC#
Created by mkpast on 5/10/2023 in #help
❔ I need help to convert a string type of textbox text to int
Like 1.00
36 replies
CC#
Created by mkpast on 5/10/2023 in #help
❔ I need help to convert a string type of textbox text to int
@ǃ THE REAL DRAGON AKUMA when you get value from textbox, is this in decimal format?
36 replies