CliStringUtilAddPrefix Method
Adds a specific prefix to the string.
Namespace: DotMake.CommandLineAssembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
public static string AddPrefix(
string alias,
CliNamePrefixConvention namePrefixConvention
)
- alias String
- A string instance.
- namePrefixConvention CliNamePrefixConvention
- The prefix convention to use.
StringA new
String instance.