C# 클래스 WebApplications.Utilities.Converters.SimplifiedTypeNameConverter

A ConfigurationConverterBase that provides simplified type names that are more robust for round-tripping.
상속: System.Configuration.ConfigurationConverterBase
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
ConvertTo ( ITypeDescriptorContext ctx, CultureInfo ci, object value, Type type ) : object

비공개 메소드들

메소드 설명
ConvertFrom ( ITypeDescriptorContext ctx, CultureInfo ci, object data ) : object

메소드 상세

ConvertTo() 공개 메소드

must be a .
public ConvertTo ( ITypeDescriptorContext ctx, CultureInfo ci, object value, Type type ) : object
ctx ITypeDescriptorContext
ci System.Globalization.CultureInfo
value object
type System.Type
리턴 object