NumberUtilsToHexEscape Method |
| Name | Description | |
|---|---|---|
| ToHexEscape(Byte) |
Convert a byte to a hex sequence of '0' + 'x' + 2 hex digits.
| |
| ToHexEscape(Byte) |
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex
digits per byte.
| |
| ToHexEscape(Byte, Int32, Int32) |
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex
digits per byte.
|