ConversionsToHexaDump Method (String, Encoding) |
Converts a text to an hexadecimal dump representation.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public static string ToHexaDump(
string text,
Encoding encoding = null
)
Parameters
- text
- Type: SystemString
The input text. - encoding (Optional)
- Type: System.TextEncoding
The encoding to convert the text to an array of bytes.
Return Value
Type:
StringA string.
See Also