String GetCharPointer Method Fling OS
Gets a pointer to the first char (that represents a character) of the specified string.

Namespace: Kernel.FOS_System
Assembly: Kernel.FOS_System (in Kernel.FOS_System.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[PluggedMethodAttribute(ASMFilePath = "ASM\String\GetPointer")]
public static char* GetCharPointer(
	string aString
)

Return Value

Type: Char*
A pointer to the first char (that represents a character) of the specified string.
Remarks

Skips over the length dword at the start of the string.
See Also