Gets or sets the number of decimal places to use in percent values.
Syntax
| Visual Basic (Declaration) | |
|---|
<ISNet.Serialization.BinarySerializableAttribute()>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Gets or sets the number of decimal places to use in percent values.")>
<System.ComponentModel.BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property PercentDecimalDigits As System.Integer |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As NumberFormatInfoWrapper
Dim value As System.Integer
instance.PercentDecimalDigits = value
value = instance.PercentDecimalDigits |
| C# | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of decimal places to use in percent values.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public System.int PercentDecimalDigits {get; set;} |
| Delphi | |
|---|
public read-write property PercentDecimalDigits: System.Integer; |
| JScript | |
|---|
ISNet.Serialization.BinarySerializableAttribute()
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Gets or sets the number of decimal places to use in percent values.")
System.ComponentModel.BindableAttribute(Bindable=, Direction=BindingDirection.OneWay)
public function get,set PercentDecimalDigits : System.int |
| Managed Extensions for C++ | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of decimal places to use in percent values.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public: __property System.int get_PercentDecimalDigits();
public: __property void set_PercentDecimalDigits(
System.int value
); |
| C++/CLI | |
|---|
[ISNet.Serialization.BinarySerializableAttribute()]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Gets or sets the number of decimal places to use in percent values.")]
[System.ComponentModel.BindableAttribute(Bindable=true, Direction=BindingDirection.OneWay)]
public:
property System.int PercentDecimalDigits {
System.int get();
void set ( System.int value);
} |
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