| applyPattern() | ใช้กำหนดรูปแบบของการแสดงผล ให้กับ Object DecimalFormat |
|---|
method:applyPattern ( pattern );
return type:void
content:ใช้กำหนดรูปแบบของการแสดงผล ให้กับ Object DecimalFormat
example:String pattern = new String ( "#,###.00" ); DecimalFormatSymbols decimal_format_symbols = new DecimalFormatSymbols (); decimal_format_symbols.applyPattern ( pattern );