Compartir a través de


INumberFormatterOptions.IsGrouped Propiedad

Definición

Obtiene o establece si se debe agrupar la parte entera del número.

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

Valor de propiedad

Boolean

bool

True si la parte entera del número se debe agrupar y false en caso contrario.

Se aplica a