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

Popular posts from this blog

Unable to remove the www from url on https using .htaccess -