string
Description
The string object is considered to be a value type and does not
require a call to a new()
method in order to be
initialized; normal assignment using the assignment operator
=
is sufficient.
Type Tags
None
Object Value
The value of a string object is its content.
Properties
Property | Type | Description |
---|---|---|
type | type | Specifies the string type object. |