Intersoft ClientUI Documentation
NullableConverter<T> Class
Members 



The type should be value type.
Converts a string or base value to a System.Nullable value.
Syntax
Public Class NullableConverter(Of T As {New, Struct}) 
   Inherits System.ComponentModel.TypeConverter
Dim instance As NullableConverter(Of T)
public class NullableConverter<T> : System.ComponentModel.TypeConverter 
where T: new(), struct
generic<typename T>
public ref class NullableConverter : public System.ComponentModel.TypeConverter 
where T: gcnew(), value class
Type Parameters
T
The type should be value type.
Inheritance Hierarchy

System.Object
   System.ComponentModel.TypeConverter
      Intersoft.Client.UI.DataVisualization.NullableConverter<T>

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

Reference

NullableConverter<T> Members
Intersoft.Client.UI.DataVisualization Namespace

Send Feedback