NullableConverter::UnderlyingTypeConverter Property

 

Gets the underlying type converter.

Namespace:   System.ComponentModel
Assembly:  System (in System.dll)

public:
property TypeConverter^ UnderlyingTypeConverter {
	TypeConverter^ get();
}

Property Value

Type: System.ComponentModel::TypeConverter^

A TypeConverter that represents the underlying type converter.

.NET Framework
Available since 2.0
Return to top
Show: