PermilleFormatter.IsGrouped 속성

정의

permillage의 정수 부분을 그룹화할지 여부를 가져오거나 설정합니다.

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

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

속성 값

Boolean

bool

True 이면 permillage의 정수 부분을 그룹화하고 그렇지 않으면 false 입니다.

구현

적용 대상