Condividi tramite


INumberFormatterOptions.IsGrouped Proprietà

Definizione

Ottiene o imposta se la parte integer del numero deve essere raggruppata.

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

Valore della proprietà

Boolean

bool

True se la parte integer del numero deve essere raggruppata e false in caso contrario.

Si applica a