C# 클래스 Parrot.Infrastructure.ValueTypeProvider

Takes a parrot declaration, wraps it and determines type
상속: IValueTypeProvider
파일 보기 프로젝트 열기: ParrotFx/Parrot 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( string value ) : ValueTypeResult

Converts a string into a ValueType

비공개 메소드들

메소드 설명
EndsWith ( string source, char value ) : bool
InitializeKeywordHanlders ( ) : IDictionary>
IsWrappedInQuotes ( string value ) : bool
StartsWith ( string source, char value ) : bool

메소드 상세

GetValue() 공개 메소드

Converts a string into a ValueType
public GetValue ( string value ) : ValueTypeResult
value string Value to conver
리턴 ValueTypeResult