Click or drag to resize

Functions.ChrA Method

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.16
Syntax
 FUNCTION ChrA(
	dwChar AS DWORD
) AS STRING
Request Example View Source

Parameters

dwChar
Type: DWord

Return Value

Type: String
See Also