CliStringUtilSplitPrefix Method

Splits prefixes (-, --, /) from the string.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public static (string Prefix, string Alias) SplitPrefix(
	string rawAlias
)

Parameters

rawAlias  String
A string instance.

Return Value

ValueTupleString, String
A new String instance.

See Also