Table of Contents

Method ToString

Namespace
Bonsai
Assembly
Bonsai.Core.dll

ToString(Array)

Converts the Array to a string.

public static string ToString(Array array)

Parameters

array Array

The Array to be converted.

Returns

string

A string representation of the Array using the system's current culture.

ToString(Array, IFormatProvider)

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

public static string ToString(Array array, IFormatProvider provider)

Parameters

array Array

The Array to be converted.

provider IFormatProvider

An object that supplies culture-specific formatting information.

Returns

string

A string representation of the Array using the specified culture-specific format information.