Table of Contents

Class ArrayConvert

Namespace
Bonsai
Assembly
Bonsai.Core.dll

Provides methods for converting between instances of the Array class and string.

public static class ArrayConvert
Inheritance
ArrayConvert
Inherited Members

Methods

ToArray(string, int, Type)

Converts the string to an Array equivalent with the specified rank and elementType.

ToArray(string, int, Type, IFormatProvider)

Converts the string to an Array equivalent with the specified rank and elementType using a provider of culture-specific formatting information.

ToString(Array)

Converts the Array to a string.

ToString(Array, IFormatProvider)

Converts the Array to a string using the specified culture-specific format information.