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