enver v0.2.0 Enver.BooleanParser
Link to this section Summary
Functions
Converts the given binary to an boolean
Link to this section Types
Link to this section Functions
Converts the given binary to an boolean.
iex(1)> Enver.BooleanParser.parse("true", %{type: :boolean})
{:ok, true}