FormattableFlags.LeftJustify 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.
左对齐输出。
[Android.Runtime.Register("LEFT_JUSTIFY")]
[System.Obsolete("This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.", true)]
public const Java.Util.FormatFlags LeftJustify = 1;
[<Android.Runtime.Register("LEFT_JUSTIFY")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.Util.FormatFlags enum directly instead of this field.", true)>]
val mutable LeftJustify : Java.Util.FormatFlags
字段值
Value = 1- 属性
注解
左对齐输出。 将根据需要在转换值末尾添加空格('\u0020'),以填充字段的最小宽度。 如果未设置此标志,则输出将右对齐。
此标志对应于 '-' 格式说明符中的 ('\u002d')。
Java文档java.util.FormattableFlags.LEFT_JUSTIFY。
本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。