StringWrapper

class StringWrapper(val string: String) : StringOrInt

A wrapper around String.

Parameters

string

A String value.

Constructors

Link copied to clipboard
constructor(string: String)

Creates a StringWrapper instance.

Properties

Link copied to clipboard

Functions

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

Returns a string representation of the wrapped string.