asp.net with C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sridhar21
    New Member
    • Feb 2007
    • 26

    asp.net with C#

    command to convert figure into corresponding words
  • enreil
    New Member
    • Jan 2007
    • 86

    #2
    Can you please explain your request in more detail?

    Originally posted by sridhar21
    command to convert figure into corresponding words

    Comment

    • sridhar21
      New Member
      • Feb 2007
      • 26

      #3
      Originally posted by enreil
      Can you please explain your request in more detail?
      hi sorry for the late reply

      thank for your response

      my doubt is

      command to convert figure into corresponding words


      eg :

      My input is : 26

      I need output as: Twenty six (ie. in words)

      i think it will be clear for you

      waiting for your reply

      Comment

      • Sandeep akhare
        New Member
        • May 2006
        • 29

        #4
        I haven't seen any command to do this ?
        But In past i have developed one application Using Loops and struct

        Comment

        • enreil
          New Member
          • Jan 2007
          • 86

          #5
          I don't know of a way to do this within the .NET Framework (but if anybody else does, let me know!). My best advice is to write your own class. This site gives some examples to follow.

          Hope that helps.

          Comment

          Working...