convert string to BigDecimal Get link Facebook X Pinterest Email Other Apps September 22, 2011 public BigDecimal convertStringtoBigDecimal(String a){ return new BigDecimal(a); } //can do a null check--before invoking this to avoid null pointer exception Read more