| NDesk.Options Namespace > Option Class : Parse<T> Method |
'DeclarationProtected Shared Function Parse(Of T)( _ ByVal value As System.String, _ ByVal c As OptionContext _ ) As T
'UsageDim value As System.String Dim c As OptionContext Dim value As T value = Option.Parse(Of T)(value, c)
protected static T Parse<T>( System.string value, OptionContext c )
protected function Parse( value: System.String; c: OptionContext ): T; static;
protected static function Parse( value : System.String, c : OptionContext ) : T;
protected: static T* Parse<T>( System.string* value, OptionContext* c )
protected: static T^ Parsegeneric<typename T> ( System.String^ value, OptionContext^ c )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2