String Class Fling OS
Replacement class for methods, properties and fields usually found on standard System.String type. Also contains utility methods for low-level string manipulation.
Inheritance Hierarchy

System Object
  Kernel.FOS_System ObjectWithType
    Kernel.FOS_System Object
      Kernel.FOS_System String

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

[PluggedClassAttribute]
public class String : Object

The String type exposes the following members.

Constructors

  NameDescription
Public methodString
Initializes a new instance of the String class
Top
Methods

  NameDescription
Public methodStatic memberGetCharPointer
Gets a pointer to the first char (that represents a character) of the specified string.
Public methodStatic memberGetLength
Gets the length of the specified string.
Top
Fields

  NameDescription
Public field_Type
The underlying, specific type of the object specified when it was created.
(Inherited from ObjectWithType.)
Top
See Also