|
Pip-Services-Commons-Dotnet
|
Converts arbitrary values into array objects. More...
Static Public Member Functions | |
| static IList< object > | ToNullableArray (object value) |
| Converts value into array object. Single values are converted into arrays with a single element. More... | |
| static IList< object > | ToArray (object value) |
| Converts value into array object with empty array as default. Single values are converted into arrays with single element. More... | |
| static IList< object > | ToArrayWithDefault (object value, IList< object > defaultValue) |
| Converts value into array object with empty array as default. Single values are converted into arrays with single element. More... | |
Converts arbitrary values into array objects.
|
static |
Converts value into array object with empty array as default. Single values are converted into arrays with single element.
| value | the value to convert. |
|
static |
Converts value into array object with empty array as default. Single values are converted into arrays with single element.
| value | the value to convert. |
| defaultValue | default array object. |
|
static |
Converts value into array object. Single values are converted into arrays with a single element.
| value | the value to convert. |
1.8.13