C# Class Parrot.Infrastructure.ValueTypeProvider

Takes a parrot declaration, wraps it and determines type
Inheritance: IValueTypeProvider
Afficher le fichier Open project: ParrotFx/Parrot Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( string value ) : ValueTypeResult

Converts a string into a ValueType

Private Methods

Méthode Description
EndsWith ( string source, char value ) : bool
InitializeKeywordHanlders ( ) : IDictionary>
IsWrappedInQuotes ( string value ) : bool
StartsWith ( string source, char value ) : bool

Method Details

GetValue() public méthode

Converts a string into a ValueType
public GetValue ( string value ) : ValueTypeResult
value string Value to conver
Résultat ValueTypeResult