Static
Readonly
numberProvides access to all number transformation utilities.
Static
Readonly
stringProvides access to all string transformation utilities.
Static
pipeStarts a new transformation pipeline with the given function.
The type of the pipeline input.
The type of the pipeline output.
A PipeBuilder for further composition.
Static
toConverts any value to a string.
The value to convert.
The string representation of the value.
A static utility class that serves as a single entry point for all type- and value-transformations. Provides easy access to common string and number transformations and utility functions such as pipe composition.