C# 클래스 StringConvert, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
AddConversion ( Func, conversion ) : int
Convert ( stringValue ) : T,
Convert ( stringValue, int supportedTypeIndex ) : T,
GetSupportedTypeIndex ( ) : int

메소드 상세

AddConversion() 공개 메소드

public AddConversion ( Func, conversion ) : int
conversion Func,
리턴 int

Convert() 공개 메소드

public Convert ( stringValue ) : T,
리턴 T,

Convert() 공개 메소드

public Convert ( stringValue, int supportedTypeIndex ) : T,
supportedTypeIndex int
리턴 T,

GetSupportedTypeIndex() 공개 메소드

public GetSupportedTypeIndex ( ) : int
리턴 int