Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ToString()

Get the string representation of the LiteralText, with escaped characters converted. Note: The Parser puts each escaped character of an input string into its own LiteralText item.
Read time 1 minuteLast updated 13 days ago

Definition

public override string ToString()

Returns

Type

Description

stringThe string representation of the LiteralText, with escaped characters converted.