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
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Convert Amount to a String using C#
Amiya Rout
Jan 20, 2011
5
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
How to convert amount to a string using C#.
Interop.prjAmountInword.rar
Download the attached code. Here is how to use the class and its method.
using prjAmountInword;
clsAmountInWordClass objAmtWords = new clsAmountInWordClass();
string strAmtAssured = (string)objAmtWords.AmountinWord(ref Assured);
Convert Amount into Word using c sharp
Next Recommended Reading
Convert String to ASCII in C#