public static char CommandLineParameterPrefixToChar(
CommandLineParameterPrefix prefix
)
Public Shared Function CommandLineParameterPrefixToChar (
prefix As CommandLineParameterPrefix
) As Char
Dim prefix As CommandLineParameterPrefix
Dim returnValue As Char
returnValue = UtilApplicationParameterization.CommandLineParameterPrefixToChar(prefix)
public:
static wchar_t CommandLineParameterPrefixToChar(
CommandLineParameterPrefix prefix
)
static member CommandLineParameterPrefixToChar :
prefix : CommandLineParameterPrefix -> char
No code example is currently available or this language may not be supported.
[Missing <param name="prefix"/> documentation for "M:DevCase.Core.Application.Parameterization.UtilApplicationParameterization.CommandLineParameterPrefixToChar(DevCase.Core.Application.Parameterization.CommandLineParameterPrefix)"]