Static Public Member Functions | |
| static string[] | ToArray (params string[] args) |
| Converts a sequence of string arguments into an array. | |
| static string[] | ToArray (IList< string > args) |
| static string[] | ToArray (string args) |
| static string[] | Append (string[] array, params string[] args) |
| Appends a string argument list to an array. | |
Useful to handle command line arguments.
| static string [] DotNX::Core::Args::ToArray | ( | params string[] | args | ) | [static] |
Converts a sequence of string arguments into an array.
| args | A sequence of strings. Different overloads take different forms. |
| static string [] DotNX::Core::Args::ToArray | ( | IList< string > | args | ) | [static] |
| static string [] DotNX::Core::Args::ToArray | ( | string | args | ) | [static] |
| static string [] DotNX::Core::Args::Append | ( | string[] | array, | |
| params string[] | args | |||
| ) | [static] |
Appends a string argument list to an array.
| array | An array of strings. | |
| args | A string argument list. |