String GetLength Method Fling OS
Gets the length 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\GetLength")]
public static int GetLength(
	string aString
)

Return Value

Type: Int32
The length of the specified string.
See Also