DotMake Command-Line Documentation
C#
Show/Hide TOC
Cli
String
Util
Split
Prefix Method
Splits prefixes (-, --, /) from the string.
Definition
Namespace:
DotMake.CommandLine
Assembly:
DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
Copy
public
static
(
string
Prefix,
string
Alias)
SplitPrefix
(
string
rawAlias
)
Parameters
rawAlias
String
A string instance.
Return Value
ValueTuple
String
,
String
A new
String
instance.
See Also
Reference
CliStringUtil Class
DotMake.CommandLine Namespace
In This Article
Definition
Parameters
Return Value
See Also