Click here to Skip to main content
15,886,659 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
in language C# for example in calcuature
Posted
Comments
ridoy 24-Nov-12 15:00pm    
provide better information what is your problem?
shahzads 24-Nov-12 15:04pm    
Need more info

 
Share this answer
 
v2
A powerful tool for parsing string is the Regex class. You may find, here at CodeProject, the article: "The 30 Minute Regex Tutorial"[^].
 
Share this answer
 
Try this functions of System.Text namespace

Convert.ToString()
String.Format()
[basic type].ToString()


Please mark as answer if it is helpful.

Thanks
Nayan Chavada
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900