Gets a pointer to the first char (that represents a character) of the specified string.
Namespace: Kernel.FOS_SystemAssembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- aString
- Type: System String
The string to get a pointer to.
Return Value
Type: Char*A pointer to the first char (that represents a character) of the specified string.
Remarks
See Also