CliStringUtilAddPrefix Method

Adds a specific prefix to the string.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public static string AddPrefix(
	string alias,
	CliNamePrefixConvention namePrefixConvention
)

Parameters

alias  String
A string instance.
namePrefixConvention  CliNamePrefixConvention
The prefix convention to use.

Return Value

String
A new String instance.

See Also