Splits a string into quoted arguments delimited by spaces.
- Namespace
- Statiq
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ArgumentSplitter"]
class Type type-node
Syntax
public static class ArgumentSplitter
Remarks
From http://stackoverflow.com/a/298990/807064.
Methods
Name | Return Value | Summary |
---|---|---|
Split |
IEnumerable |
Splits a string into quoted arguments delimited by spaces.
static
|