共用方式為


INumberFormatterOptions.IsGrouped 屬性

定義

取得或設定數位的整數部分是否應該分組。

public:
 property bool IsGrouped { bool get(); void set(bool value); };
bool IsGrouped();

void IsGrouped(bool value);
public bool IsGrouped { get; set; }
var boolean = iNumberFormatterOptions.isGrouped;
iNumberFormatterOptions.isGrouped = boolean;
Public Property IsGrouped As Boolean

屬性值

Boolean

bool

如果 數位的整數部分應該分組,則為 True,否則為 false

適用於