Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

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.6.1.0 (3.6.1.0)

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