isTextType

isTextType(): Boolean;

The isTextType method of the Any primitive type returns true if the type of the value assigned to the receiver is one of the following primitive types; otherwise the method returns false.

In ANSI builds of JADE, if the isTextType method returns true, the receiver can be type‑converted to a StringUtf8 primitive type without any loss of data.

In Unicode builds of JADE, if the isTextType method returns true, the receiver can be type‑converted to a String primitive type without any loss of data.

2020.0.01 and higher