ModuleSpecification.TryParse(String, ModuleSpecification) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parse the specified string into a ModuleSpecification object.
public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] Microsoft::PowerShell::Commands::ModuleSpecification ^ % result); static bool TryParse(std::wstring const & input, [Runtime::InteropServices::Out] Microsoft::PowerShell::Commands::ModuleSpecification const & & result);public static bool TryParse(string input, out Microsoft.PowerShell.Commands.ModuleSpecification result);static member TryParse : string * ModuleSpecification -> boolPublic Shared Function TryParse (input As String, ByRef result As ModuleSpecification) As BooleanParameters
- input
- String
The module specification string.
- result
- ModuleSpecification
The ModuleSpecification object.