ConversionToChar Method

Return the Character Value specified by the caller's Int.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static char ToChar(
	int value
)

Parameters

value  Int32
Integer value to be converted to Character.

Return Value

Char
Character value specified by caller's integer.

See Also