Versions in this module Expand all Collapse all v0 v0.0.2 Jul 26, 2021 Changes in this version + func ToBool(s string) (bool, error) v0.0.1 Jun 13, 2021 Changes in this version + func ToFloat32(s string) (float32, error) + func ToFloat64(s string) (float64, error) + func ToInt(s string) (int, error) + func ToInt32(s string) (int32, error) + func ToInt64(s string) (int64, error) + func ToUint(s string) (uint, error) + func ToUint32(s string) (uint32, error) + func ToUint64(s string) (uint64, error)