# Builtin converters Fugazi comes with a few builtin converters ### `io.fugazi` converters #### string2boolean Converts a value of type [string](./types.md#string) to a value of type [boolean](./types.md#boolean) Path: `io.fugazi` #### string2number Converts a value of type [string](./types.md#string) to a value of type [number](./types.md#number) Path: `io.fugazi`