 | SimpleParse.GetSwitch Method |
Gets the first value of a switch argument in the format /name value. Null is returned if the
switch is not specified or it has no values.
Namespace: Orthogonal.Common.BasicAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntaxpublic string GetSwitch(
string name
)
Parameters
- name String
-
Return Value
String
See Also