Click or drag to resize

ChrA Function

X#
Convert an ASCII code to a character value, always using the Ansi codepage, ignoring the SetAnsi() setting.

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

Parameters

dwCode
Type: DWord

Return Value

Type: String
See Also