Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
java 5で導入されたstring.formatで、decimalformatは廃止されましたか?string.formatではできないdecimalformatでできることを見つけるのに苦労しています。
ロケールやその他のものがあるため、decimalformat を使用することをお勧めします
String.format は静的メソッド呼び出しですが、DecimalFormat インスタンスを作成して、以前に指定した形式を再利用できます。
自動プロミルや通貨記号の置換などの機能があります。しかし、独自の適切なローカリゼーションで改善できないことは何もありません。