If set to true and includesUnit is set to false, no unit is displayed. For example, a value of 723 KB is formatted as 723.trueに設定してincludesUnitがfalseに設定されるならば、単位は表示されません。例えば、723 KB の値は723のように書式設定されます。
You can get the set this property to true and the includesUnit to true individually to get both parts, separately. Note that putting them together yourself via string concatenation may be incorrect for some locales.
あなたは、このプロパティをtrueにそしてincludesUnitをtrueに個々に設定し得ることで、両方の部分を別々に得られます。文字列連結によってあなた自身でそれらを一緒にまとめることは、幾つかのロケールで正しくないかもしれないことに注意してください。
Determines whether to zero pad fraction digits so a consistent number of characters is displayed in a representation.
ゼロで小数部に詰め物をするかどうかを決定します、それで一貫した文字数が表現において表示されます。