C# Class Tectil.NCommand.Utilities.DataCastUtil

Casting utility.
Datei anzeigen Open project: tectil/NCommand

Public Methods

Method Description
Convert ( string value, Type type ) : object

Converts strings to specified type.

Method Details

Convert() public static method

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