다음을 통해 공유


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 입니다.

적용 대상