Click or drag to resize

ConversionsToHexaDump Method (String, Encoding)

Converts a text to an hexadecimal dump representation.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
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: String
A string.
See Also