string class

Constructors

string.new(dynamic value)
string.fromBool(bool a)
This handler in the original C# code had this note: // 3 oct 2007
string.fromFloat(double i)
string.fromInt(int i)
This handler in the original C# code had this note: // 24 augustus 2007
string.fromLong(int i)
string.fromString(String s)

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

equals(Object other) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBool() bool
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override