| getNumberInstance( object_locale ) | ใช้สร้าง object number format โดยจะใช้จัดรูปแบบตัวเลข ตามต้องการ |
|---|
method:getNumberInstance ( object_locale );
return type:NumberFornat
special:static
content:ใช้สร้าง object number format โดยจะใช้จัดรูปแบบตัวเลข ตามต้องการ
example:Locale locale = new Locale ( "th", "TH" ); NumberFormat number_format = NumberFormat.getNumberInstance ( locale );