Intersoft WebInput Documentation
NumberFormatInfo Property
See Also  Send Feedback
ISNet.WebUI.WebControls Namespace > CultureInfoWrapper Class : NumberFormatInfo Property






Glossary Item Box

Represents .NET NumberFormatInfo class wrapper.

Syntax

Visual Basic (Declaration) 
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DescriptionAttribute("Represents .NET NumberFormatInfo class wrapper.")>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property NumberFormatInfo As NumberFormatInfoWrapper
Visual Basic (Usage)Copy Code
Dim instance As CultureInfoWrapper
Dim value As NumberFormatInfoWrapper
 
instance.NumberFormatInfo = value
 
value = instance.NumberFormatInfo
C# 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Represents .NET NumberFormatInfo class wrapper.")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public NumberFormatInfoWrapper NumberFormatInfo {get; set;}
Delphi 
public read-write property NumberFormatInfo: NumberFormatInfoWrapper; 
JScript 
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DescriptionAttribute("Represents .NET NumberFormatInfo class wrapper.")
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
public function get,set NumberFormatInfo : NumberFormatInfoWrapper
Managed Extensions for C++ 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Represents .NET NumberFormatInfo class wrapper.")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public: __property NumberFormatInfoWrapper* get_NumberFormatInfo();
public: __property void set_NumberFormatInfo( 
   NumberFormatInfoWrapper* value
);
C++/CLI 
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DescriptionAttribute("Represents .NET NumberFormatInfo class wrapper.")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public:
property NumberFormatInfoWrapper^ NumberFormatInfo {
   NumberFormatInfoWrapper^ get();
   void set (    NumberFormatInfoWrapper^ 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

© 2013 Intersoft Solutions Corp. All Rights Reserved.