TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
zjut
NA
14
0
How to check the given string is float-point in c# ?
Jan 5 2005 10:20 PM
I need to implement the method : round(String name, int index) The given string maybe the every type of float type, and the msdn given the regax is that : [ws][sign]integral-digits[.[fractional-digits]][e[sign]exponential-digits][ws] and the index is the location after "." in name. First, i should check the given name is a valid float-point, and then, to check the number in name in index locaion is > 0 or not? eg: round(123.45612, 2) is that the "5" is > 0 . I indeed need your help , appreciate very much.
Reply
Answers (
2
)
How to Get an entire struct out of a class
creating on_click method