Click here to Skip to main content
15,885,365 members
Articles / Programming Languages / Visual Basic

Convert numbers to words in English and Asian format

Rate me:
Please Sign up or sign in to vote.
4.97/5 (22 votes)
3 Jan 2012CPOL4 min read 91.2K   5.7K   33  
Convert number to readable words

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "NumbersToIndonesianWords", "NumbersToIndonesianWords\NumbersToIndonesianWords.vbproj", "{0112168B-B75C-41FE-A1FC-C0FF0B3563CC}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{0112168B-B75C-41FE-A1FC-C0FF0B3563CC}.Debug|x86.ActiveCfg = Debug|x86
		{0112168B-B75C-41FE-A1FC-C0FF0B3563CC}.Debug|x86.Build.0 = Debug|x86
		{0112168B-B75C-41FE-A1FC-C0FF0B3563CC}.Release|x86.ActiveCfg = Release|x86
		{0112168B-B75C-41FE-A1FC-C0FF0B3563CC}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

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


Written By
Engineer
Nepal Nepal
I am not a programer but like to monkey around with the codes. I started with Excel VBA then jumped to VB.NET and spending my time at home with codes. CodeProject helped me a lot to learn and I am always thankful to all the individuals to make this happen.

Grow upwards and onwards!

Comments and Discussions