Given a stringbuilder of bytes values in hexadecimal format return a string in the wanted style.

Namespace: LLCryptoLib.Utils
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public string Format(
	string hexBytesRepr
)
Visual Basic
Public Function Format ( _
	hexBytesRepr As String _
) As String
Visual C++
public:
String^ Format(
	String^ hexBytesRepr
)

Parameters

hexBytesRepr
Type: System..::..String
Is a StringBuilder containing a plain bytes representation (in the UNIX form) in lowercase or uppercase

Return Value

A string with the wanted style

See Also