C# Class Tectil.NCommand.Utilities.DataCastUtil

Casting utility.
Afficher le fichier Open project: tectil/NCommand

Méthodes publiques

Méthode Description
Convert ( string value, Type type ) : object

Converts strings to specified type.

Method Details

Convert() public static méthode

Converts strings to specified type.
public static Convert ( string value, Type type ) : object
value string The value.
type System.Type The type.
Résultat object