C# Class csShared.Utils.CoordinateTypeToStringConverter

Inheritance: System.ComponentModel.TypeConverter
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
ConvertFrom ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue ) : object
ConvertTo ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue, Type pDestinationType ) : object

Method Details

ConvertFrom() public méthode

public ConvertFrom ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue ) : object
pContext ITypeDescriptorContext
pCulture System.Globalization.CultureInfo
pValue object
Résultat object

ConvertTo() public méthode

public ConvertTo ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue, Type pDestinationType ) : object
pContext ITypeDescriptorContext
pCulture System.Globalization.CultureInfo
pValue object
pDestinationType System.Type
Résultat object