C# Class ServiceStack.Text.Common.ParseUtils

Exibir arquivo Open project: CSGOpenSource/ServiceStack.Text Class Usage Examples

Public Methods

Method Description
GetSpecialParseMethod ( Type type ) : ParseStringDelegate
NullValueType ( Type type ) : object
ParseEnum ( Type type, string value ) : object
ParseObject ( string value ) : object
ParseType ( string assemblyQualifiedName ) : Type

Method Details

GetSpecialParseMethod() public static method

public static GetSpecialParseMethod ( Type type ) : ParseStringDelegate
type System.Type
return ParseStringDelegate

NullValueType() public static method

public static NullValueType ( Type type ) : object
type System.Type
return object

ParseEnum() public static method

public static ParseEnum ( Type type, string value ) : object
type System.Type
value string
return object

ParseObject() public static method

public static ParseObject ( string value ) : object
value string
return object

ParseType() public static method

public static ParseType ( string assemblyQualifiedName ) : Type
assemblyQualifiedName string
return System.Type