Gets or sets the number of digits in each group to the left of the decimal in numeric values.
Syntax
Visual Basic (Declaration) | |
---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in numeric values.")>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public ReadOnly Property NumberGroupSizes As NGroupCollection |
C# | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in numeric values.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public NGroupCollection NumberGroupSizes {get;} |
JScript | |
---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in numeric values.")
System.ComponentModel.NotifyParentPropertyAttribute()
public function get NumberGroupSizes : NGroupCollection |
Managed Extensions for C++ | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in numeric values.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public: __property NGroupCollection* get_NumberGroupSizes(); |
C++/CLI | |
---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of digits in each group to the left of the decimal in numeric values.")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public:
property NGroupCollection^ NumberGroupSizes {
NGroupCollection^ get();
} |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also