Click or drag to resize

Functions.ChrW Method

X#
Convert an ASCII code to a character value.

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

Parameters

dwChar
Type: DWord

Return Value

Type: String
See Also