Hex2C Function | |
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION Hex2C(
c AS STRING
) AS STRING
public static string Hex2C(
string c
)
Request Example
View SourceParameters
- c
- Type: String
Return Value
Type:
StringSee Also