toString

fun toString(value: String?): String(source)

Transform a given value to a String

Return

The transformed value

Since

0.1.0

Parameters

value

The value to transform

Throws

If the value is null


Transform a given value to a String or return null if the value is null

Return

The transformed value

Since

0.1.0

Throws

If the value is null