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