Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. convert decimal to INR currency in asp.net

convert decimal to INR currency in asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nettutorial
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    trilokharry
    wrote on last edited by
    #1

    HI how to convert decimal to INR currency in asp.net C#. like- 28999345 into 2,89,99,345 thanks

    You get the best out of others when you give the best of yourself.

    R 1 Reply Last reply
    0
    • T trilokharry

      HI how to convert decimal to INR currency in asp.net C#. like- 28999345 into 2,89,99,345 thanks

      You get the best out of others when you give the best of yourself.

      R Offline
      R Offline
      R Giskard Reventlov
      wrote on last edited by
      #2

      You could try something along the lines of this:

      CultureInfo culture = new CultureInfo("en-US", true);

      substituting the code for the Indian culture (you can look that up) for 'en-US' and then apply that to however you are displaying or using the number.

      Tychotics: take us back to the moon "Life, for ever dying to be born afresh, for ever young and eager, will presently stand upon this earth as upon a footstool, and stretch out its realm amidst the stars." H. G. Wells

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups