INumberFormatterOptions.IsGrouped Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether the integer part of the number should be grouped.
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
Property Value
Boolean
bool
True if the integer part of the number should be grouped, and false otherwise.