String class
String
The string object
Constructors
- (string value "Value to give object") - New object with the given value
Methods
- number CompareTo(string value "Value to compare to") - Compare to object. See ArrayConstant.OrderBy
- number CompareToIgnoreCase(string value "Value to compare to") - Compare to object. See ArrayConstant.OrderBy
- string ToString() - The string representation of the object.
Properties
- string ObjectTypeName { get; } - The name of the type of object.
- TypeInformation TypeInformation { get; } - Get information about this class.