missing currency in dotnet

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sam

    #1

    missing currency in dotnet

    Hello,

    I have to make some development in VB.NET for managing money data.

    I used tu made these kind of development with currency type when I worked in
    VB6 but here in VB.NET, I can't find this type.
    So I would like to know if i miss something or if it has been removed from
    VB.NET?
    If we can't use currency, which type can I use to replace currency and is it
    as accurate as currency?

    thanks for helping me...

    Samuel


  • Andrew Morton

    #2
    Re: missing currency in dotnet

    sam wrote:
    I have to make some development in VB.NET for managing money data.
    >
    I used tu made these kind of development with currency type when I
    worked in VB6 but here in VB.NET, I can't find this type.
    So I would like to know if i miss something or if it has been removed
    from VB.NET?
    If we can't use currency, which type can I use to replace currency
    and is it as accurate as currency?
    The Decimal type should be suitable.

    Andrew


    Comment

    • sam

      #3
      Re: missing currency in dotnet

      Hello,

      thanks for your answer. I will try Decimal type in my developments.

      Sam

      "Andrew Morton" <akm@in-press.co.uk.inv alida écrit dans le message de
      news: eMYBhAafHHA.181 6@TK2MSFTNGP06. phx.gbl...
      sam wrote:
      >I have to make some development in VB.NET for managing money data.
      >>
      >I used tu made these kind of development with currency type when I
      >worked in VB6 but here in VB.NET, I can't find this type.
      >So I would like to know if i miss something or if it has been removed
      >from VB.NET?
      >If we can't use currency, which type can I use to replace currency
      >and is it as accurate as currency?
      >
      The Decimal type should be suitable.
      >
      Andrew
      >

      Comment

      Working...