| getPercentInstance( object_locale ) | ใช้สร้าง object number format ที่มีการจัดรูปแบบตัวเลขให้เป็น เปอร์เซ็นต์ ตามที่กำหนด |
|---|
method:getPercentInstance ( object_locale );
return type:NumberFornat
special:static
content:ใช้สร้าง object number format ที่มีการจัดรูปแบบตัวเลขให้เป็น เปอร์เซ็นต์ ตามที่กำหนด
example:Locale locale = new Locale ( "th", "TH" ); NumberFormat number_format = NumberFormat.getPercentInstance ( locale );