C# Class ServiceStack.Text.Common.ParseUtils

Afficher le fichier Open project: CSGOpenSource/ServiceStack.Text Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetSpecialParseMethod ( Type type ) : ParseStringDelegate
type System.Type
Résultat ParseStringDelegate

NullValueType() public static méthode

public static NullValueType ( Type type ) : object
type System.Type
Résultat object

ParseEnum() public static méthode

public static ParseEnum ( Type type, string value ) : object
type System.Type
value string
Résultat object

ParseObject() public static méthode

public static ParseObject ( string value ) : object
value string
Résultat object

ParseType() public static méthode

public static ParseType ( string assemblyQualifiedName ) : Type
assemblyQualifiedName string
Résultat System.Type