Class ArrayConvert
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
public static class ArrayConvert
- Inheritance
-
ArrayConvert
- Inherited Members
Methods
- ToArray(string, int, Type)
Converts the string to an Array equivalent with the specified
rank
andelementType
.
- ToArray(string, int, Type, IFormatProvider)
Converts the string to an Array equivalent with the specified
rank
andelementType
using aprovider
of culture-specific formatting information.
- ToString(Array, IFormatProvider)
Converts the Array to a string using the specified culture-specific format information.