Transform an HexStyler style to another style

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

Syntax

C#
public string Transform(
	HexEnum toStyle,
	string styledText
)
Visual Basic
Public Function Transform ( _
	toStyle As HexEnum, _
	styledText As String _
) As String
Visual C++
public:
String^ Transform(
	HexEnum toStyle, 
	String^ styledText
)

Parameters

toStyle
Type: LLCryptoLib.Utils..::..HexEnum
The new style to apply to 'styledText'
styledText
Type: System..::..String
The string in 'this' style form

Return Value

The string transformed from this style, to style 'toStyle'

See Also