C# Class ConsoleShared.ConsoleParseArgument

ファイルを表示 Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
CoerceArgument ( Type requiredType, string inputValue ) : object

Method Details

CoerceArgument() public static method

public static CoerceArgument ( Type requiredType, string inputValue ) : object
requiredType System.Type
inputValue string
return object