ChrW Function | |
Convert an ASCII code to a character value.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION ChrW(
dwChar AS DWORD
) AS STRING
public static string ChrW(
uint dwChar
)
Request Example
View SourceParameters
- dwChar
- Type: DWord
Return Value
Type:
StringSee Also