String Operators and Type Conversions |
The String type exposes the following members.
Operators
Name | Description | |
---|---|---|
Equality |
Compares a string value with a Datatype.String value.
| |
(String to String) |
Converts from string to Datatype.String.
| |
(String to String) |
Converts from Datatype.String to string.
| |
Inequality |
Compares a string value with a Datatype.String value.
|
See Also