IntToHex
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public static char IntToHex(
int n
)
Public Shared Function IntToHex (
n As Integer
) As Char
public:
static wchar_t IntToHex(
int n
)
static member IntToHex :
n : int -> char
Parameters
- n
- Type: SystemInt32
[Missing <param name="n"/> documentation for "M:Adf.UriHelper.IntToHex(System.Int32)"]
Return Value
Type:
Char[Missing <returns> documentation for "M:Adf.UriHelper.IntToHex(System.Int32)"]
See Also