C# 클래스 WebApplications.Utilities.Formatting.FormatBuilderConverter

상속: System.Configuration.ConfigurationConverterBase
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

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

Converts from.

ConvertTo ( [ ctx, [ ci, [ value, [ type ) : object

Converts to.

메소드 상세

ConvertFrom() 공개 메소드

Converts from.
public ConvertFrom ( [ ctx, [ ci, object data ) : object
ctx [ The CTX.
ci [ The ci.
data object The data.
리턴 object

ConvertTo() 공개 메소드

Converts to.
public ConvertTo ( [ ctx, [ ci, [ value, [ type ) : object
ctx [ The CTX.
ci [ The ci.
value [ The value.
type [ The type.
리턴 object