UtilNetCodeConverterHexadecimalConvert(NetDocumentLanguage, String, String) Method

Converts an Hexadecimal value to its corresponding representation in the specified language syntax.

Definition

Namespace: DevCase.Core.Diagnostics.CodeConversion
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static string HexadecimalConvert(
	NetDocumentLanguage syntax,
	string value,
	string separator = ""
)

Parameters

syntax  NetDocumentLanguage
The syntax style to represent the Hexadecimal value.
value  String
The Hexadecimal value.
separator  String  (Optional)
The string used to separate Hexadecimal sequences.

Return Value

String
The resulting value.

Example

This is a code example.
C#
No code example is currently available or this language may not be supported.

Exceptions

InvalidEnumArgumentException style

See Also