Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

For debugging purposes, convert the passed byte array into a string that contains the information regarding whether the reference is null, and if it is not null, what the length of the byte array is.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public static string ToString(
	byte[] ab
)

Parameters

ab
Type: array< System..::.Byte >[]()[]
a byte array; may be null

Return Value

a String; never null

See Also