FormattedStringObjectString

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard
Link copied to clipboard

The String that is wrapped

Functions

Link copied to clipboard

The generated formatted String will extend the given format and return itself

Link copied to clipboard
open fun string(): String

Get the String representation of this FormattedStringObject (Basically a shortcut for toString) Not needed to be overridden

Link copied to clipboard
open override fun toString(): String

Get the String representation of this FormattedStringObject