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
Seshadri M
NA
69
17.7k
How to get words from number using C#
Sep 5 2017 1:22 AM
/* how to get 12345 as twelve thousand three hundred and fourty five*/
public static void main()
{
int i = 12345
Arraylist[] ones =new Arraylist[];
ones[0] = "zero" ;
ones[1] = "one";
ones[2] ="two";
....
/* declaring ones, tens, hundreds, thousand*?
Any shortcut methods available for this.
Reply
Answers (
2
)
Round robin code for c# .NET
PLEASE check It on code // I Can't Understand This Code //