BinaryToString Method | 
| Name | Description | |
|---|---|---|
| ToString | 
            Return a human-readable description for this Binary.
              (Overrides ObjectToString.) | |
| ToString(Byte) | 
            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.
              |