C# 클래스 csShared.Utils.CoordinateTypeToStringConverter

상속: System.ComponentModel.TypeConverter
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
ConvertFrom ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue ) : object
ConvertTo ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue, Type pDestinationType ) : object

메소드 상세

ConvertFrom() 공개 메소드

public ConvertFrom ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue ) : object
pContext ITypeDescriptorContext
pCulture System.Globalization.CultureInfo
pValue object
리턴 object

ConvertTo() 공개 메소드

public ConvertTo ( ITypeDescriptorContext pContext, CultureInfo pCulture, object pValue, Type pDestinationType ) : object
pContext ITypeDescriptorContext
pCulture System.Globalization.CultureInfo
pValue object
pDestinationType System.Type
리턴 object