Convert String to System.Decimal in java -
i have need of inserting variable of type system.decimal through java code. tried using float , double in java. seems not accepting.
any idea equivalent datatype in java datatype of system.decimal in c#.
can me out?
the best equivalent bigdecimal. it't arbitrary-precision instead of fixed precision of system.decimal it's exact decimal arithmetic.
Comments
Post a Comment