stringRenderer

info.fingo.spata.text.StringRenderer.stringRenderer

Renderer for string. Return the original string or empty one for null.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(value: String): String

Renders provided value to string.

Renders provided value to string.

Value parameters

value

the input value

Attributes

Returns

rendered string

Note

This function uses "standard" string formatting, e.g. point as decimal separator or ISO date and time formats, without any locale support. Use FormattedStringRenderer if more control over target format is required.