Click or drag to resize

ChrW Function

X#
Convert an ASCII code to a character value.

Namespace:  XSharp.Core
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
 FUNCTION ChrW(
	dwChar AS DWORD
) AS STRING
Request Example View Source

Parameters

dwChar
Type: DWord

Return Value

Type: String
See Also