Click or drag to resize

NumberUtilsToHexEscape Method

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