Represents number format info wrapper.
Object Model
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.CategoryAttribute("Behavior")>
<System.ComponentModel.DescriptionAttribute("Represents number format info wrapper.")>
<System.ComponentModel.DefaultPropertyAttribute("CurrencySymbol")>
<System.SerializableAttribute()>
Public Class NumberFormatInfoWrapper
Inherits ISNet.WebUI.WebUIBaseClass
Implements ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
C# | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DescriptionAttribute("Represents number format info wrapper.")]
[System.ComponentModel.DefaultPropertyAttribute("CurrencySymbol")]
[System.SerializableAttribute()]
public class NumberFormatInfoWrapper : ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
Delphi | |
---|
public class NumberFormatInfoWrapper = class(ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize) |
JScript | |
---|
System.ComponentModel.CategoryAttribute("Behavior")
System.ComponentModel.DescriptionAttribute("Represents number format info wrapper.")
System.ComponentModel.DefaultPropertyAttribute("CurrencySymbol")
System.SerializableAttribute()
public class NumberFormatInfoWrapper extends ISNet.WebUI.WebUIBaseClass implements ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
Managed Extensions for C++ | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DescriptionAttribute("Represents number format info wrapper.")]
[System.ComponentModel.DefaultPropertyAttribute("CurrencySymbol")]
[System.SerializableAttribute()]
public __gc class NumberFormatInfoWrapper : public ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
C++/CLI | |
---|
[System.ComponentModel.CategoryAttribute("Behavior")]
[System.ComponentModel.DescriptionAttribute("Represents number format info wrapper.")]
[System.ComponentModel.DefaultPropertyAttribute("CurrencySymbol")]
[System.SerializableAttribute()]
public ref class NumberFormatInfoWrapper : public ISNet.WebUI.WebUIBaseClass, ISNet.ICopyable, ISNet.IResetable, ISNet.IWrapper, ISNet.Serialization.BinarySerialization.IBinarySerialize |
Inheritance Hierarchy
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.WebControls.NumberFormatInfoWrapper
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