C# Class org.newpointe.WorkflowEntities.ObjectConverter

Mostrar archivo Open project: NewPointe/Rockit

Public Methods

Method Description
ConvertObject ( String theObject, Type objectType, bool tryToNull = true ) : object

Method Details

ConvertObject() public static method

public static ConvertObject ( String theObject, Type objectType, bool tryToNull = true ) : object
theObject String
objectType System.Type
tryToNull bool
return object