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
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
The String type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | String | Initializes a new instance of the String class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | GetCharPointer |
Gets a pointer to the first char (that represents a character) of the specified string.
|
![]() ![]() | GetLength |
Gets the length of the specified string.
|
Fields
Name | Description | |
---|---|---|
![]() | _Type |
The underlying, specific type of the object specified when it was created.
(Inherited from ObjectWithType.) |
See Also