 | SimpleParse.Parse Method |
A static factory method that performs simple parsing of an argument array and returns
an instance of the SimpleParse class containing the parsing results.
Namespace: Orthogonal.Common.BasicAssembly: Orthogonal.Common.Basic (in Orthogonal.Common.Basic.dll) Version: 2025-03-15 14:42 GMT+11
Syntaxpublic static SimpleParse Parse(
params string[] args
)
Parameters
- args String[]
- The string array to parse.
Return Value
SimpleParseA
SimpleParse class instance containing the parsing results.
RemarksAuthor's note: The actual parsing code is composed from some rather terse LINQ queries,
so some concise comments and helpful source code formatting are applied to avoid revisit frustration.
See Also