Leaders Squirm Posted October 21, 2003 Leaders Posted October 21, 2003 Can you explain a little better please? :confused: Quote Search the forums | Still IRCing | Be nice
*Experts* mutant Posted October 21, 2003 *Experts* Posted October 21, 2003 You are trying to convert a number to a string, right? double d = 13450; string s = d.ToString(); //ToString() method will convert it to a string for you Quote
wondery Posted October 21, 2003 Author Posted October 21, 2003 i found that it cant it must write function in excel had function to convert number to money word please follow this http://www.xtremedotnettalk.com/t78384.html now i can do at this but a little problem ... must slove Quote
*Experts* Nerseus Posted October 21, 2003 *Experts* Posted October 21, 2003 If you have a number and what it formatted, use ToString like the other thread mentions. If you want money, you can use ToString("c") (I didn't mention it over there). If you have a string and you want the actual number, ask :) -Nerseus Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.