CommandLineValueParameterTGetSuffixChar Method
Gets the suffix character that delimits the parameter's name from the parameter's value.
For Example: "="
Namespace: DevCase.Core.Application.ParameterizationAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public char GetSuffixChar()
Public Function GetSuffixChar As Char
Dim instance As CommandLineValueParameter
Dim returnValue As Char
returnValue = instance.GetSuffixChar()
public:
wchar_t GetSuffixChar()
member GetSuffixChar : unit -> char
No code example is currently available or this language may not be supported.
Return Value
Char
The suffix character that delimits the parameter's name from the parameter's value.