Summary
Performs a conversion from
string
to ProcessArgumentBuilder
.
- Namespace
- Cake
.Core .IO - Containing Type
- Process
Argument Builder
Syntax
public static ProcessArgumentBuilder FromString(string value)
Parameters
Name | Type | Description |
---|---|---|
value | string | The text value to convert. |
Return Value
Type | Description |
---|---|
Process |
A ProcessArgumentBuilder . |