Sunday, 17 February 2013

How to display integer or double with the setstring method

Double.toString(age)

Here age is the parameter which contains double value

No comments:

Post a Comment

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...