Click or drag to resize

NumberUtilsToHexEscape Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Overload List
  NameDescription
Public methodStatic memberToHexEscape(Byte)
Convert a byte to a hex sequence of '0' + 'x' + 2 hex digits.
Public methodStatic memberToHexEscape(Byte)
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex digits per byte.
Public methodStatic memberToHexEscape(Byte, Int32, Int32)
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex digits per byte.
Top
See Also