Static ReadonlynumberProvides access to all number transformation utilities.
Static ReadonlyobjectProvides access to all object transformation utilities.
Static ReadonlystringProvides access to all string transformation utilities.
StaticpipeStarts 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.
StatictoConverts 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.