BinaryToString Method (Byte) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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