Visual Basic (Declaration) | |
---|---|
Public Function GetConverter() As TypeConverter |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomEditableProperty Dim value As TypeConverter value = instance.GetConverter() |
C# | |
---|---|
public TypeConverter GetConverter() |
C++/CLI | |
---|---|
public: TypeConverter^ GetConverter(); |
Return Value
A System.ComponentModel.TypeConverter that is the converter for this object, or null if there is no System.ComponentModel.TypeConverter for this object.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7