AscW Function | |
Convert a character to its Unicode ASCII value.
Namespace:
XSharp.Core
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax FUNCTION AscW(
c AS STRING
) AS DWORD
public static uint AscW(
string c
)
Request Example
View SourceParameters
- c
- Type: String
Return Value
Type:
DWordNumber of the Unicode character
See Also