BinaryToString Method (Byte) |
.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-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: 14.1.1.1 (14.1.1.1)
Syntaxpublic static string ToString(
byte[] ab
)
Parameters
- ab
- Type: SystemByte
a byte array; may be null
Return Value
Type:
String
a String; never null
See Also