ChrA Function
|
|
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.24 GA
Syntax FUNCTION ChrA(
dwCode AS DWORD
) AS STRING
public static string ChrA(
uint dwCode
)
Request Example
View SourceParameters
- dwCode
- Type: DWord
Return Value
Type:
String
See Also