UtilNetCodeConverterHexadecimalConvert(NetDocumentLanguage, String, String) Method
Converts an Hexadecimal value to its corresponding representation in the specified language syntax.
Namespace: DevCase.Core.Diagnostics.CodeConversionAssembly: 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 = ""
)
Public Shared Function HexadecimalConvert (
syntax As NetDocumentLanguage,
value As String,
Optional separator As String = ""
) As String
Dim syntax As NetDocumentLanguage
Dim value As String
Dim separator As String
Dim returnValue As String
returnValue = UtilNetCodeConverter.HexadecimalConvert(syntax,
value, separator)
public:
static String^ HexadecimalConvert(
NetDocumentLanguage syntax,
String^ value,
String^ separator = L""
)
static member HexadecimalConvert :
syntax : NetDocumentLanguage *
value : string *
?separator : string
(* Defaults:
let _separator = defaultArg separator ""
*)
-> string
No code example is currently available or this language may not be supported.
- 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.
String
The resulting value.
This is a code example.
No code example is currently available or this language may not be supported.
Dim value As String = HexadecimalConvert(HexadecimalStyle.CSharp, "48 65 6C 6C 6F 20 57")
Dim value As String = HexadecimalConvert(HexadecimalStyle.VbNet, "48 65 6C 6C 6F 20 57")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
InvalidEnumArgumentException
|
style
|