Click or drag to resize

AscW Function

X#
Convert a character to its Unicode ASCII value.

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

Parameters

c
Type: String

Return Value

Type: DWord
Number of the Unicode character
See Also