Visual Basic (Declaration) | |
---|---|
<ISNet.Serialization.BinarySerializableAttribute()> <ISNet.Serialization.XmlSerializableAttribute()> <System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating currently active decimal point separator.")> <System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.NotifyParentPropertyAttribute(True)> <System.ComponentModel.DefaultValueAttribute()> <System.Web.UI.ThemeableAttribute(False)> Public Property DecimalSeparator As System.String |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WebInput Dim value As System.String instance.DecimalSeparator = value value = instance.DecimalSeparator |
C# | |
---|---|
[ISNet.Serialization.BinarySerializableAttribute()] [ISNet.Serialization.XmlSerializableAttribute()] [System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating currently active decimal point separator.")] [System.ComponentModel.CategoryAttribute("Behavior")] [System.ComponentModel.NotifyParentPropertyAttribute(true)] [System.ComponentModel.DefaultValueAttribute()] [System.Web.UI.ThemeableAttribute(false)] public System.string DecimalSeparator {get; set;} |
Delphi | |
---|---|
public read-write property DecimalSeparator: System.String; |
JScript | |
---|---|
ISNet.Serialization.BinarySerializableAttribute() ISNet.Serialization.XmlSerializableAttribute() System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating currently active decimal point separator.") System.ComponentModel.CategoryAttribute("Behavior") System.ComponentModel.NotifyParentPropertyAttribute() System.ComponentModel.DefaultValueAttribute() System.Web.UI.ThemeableAttribute() public function get,set DecimalSeparator : System.String |
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