C# Class Parrot.Infrastructure.ValueTypeProvider

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

Public Methods

Method Description
GetValue ( string value ) : ValueTypeResult

Converts a string into a ValueType

Private Methods

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

Method Details

GetValue() public method

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