ConversionToChar Method
Return the Character Value specified by the caller's Int.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static char ToChar(
int value
)
Public Shared Function ToChar (
value As Integer
) As Char
No code example is currently available or this language may not be supported.
- value Int32
-
Integer value to be converted to Character.
Char
Character value specified by caller's integer.