common v0.1.0 Common

Documentation for Common.

Link to this section Summary

Functions

Convert String to Integer

Link to this section Functions

Link to this function to_integer(data)

Convert String to Integer

Examples

iex> "1" |> to_integer()
1