Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
multiply two float number
aaa kljlkj
10y
921
1
Reply
how i can multiply two float number in c#
my code is this but it give error
error is this: Input string was not in a correct format.
float a,b;
a = float.Parse("10.00");
b = float.Parse("10.00");
label1.Text = Convert.ToString(a * b);
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to use configuration files in C# class library?
Format Label output