# README
conv
数值转换
# Functions
Bool converts `any` to bool.
Byte converts `any` to byte.
Bytes converts `any` to []byte.
Float32 converts `any` to float32.
Float64 converts `any` to float64.
GbkToUtf8 convert GBK encoding data to utf8 encoding data.
Int converts `any` to int.
Int16 converts `any` to int16.
Int32 converts `any` to int32.
Int64 converts `any` to int64.
Int8 converts `any` to int8.
Interface returns the value of an interface or a pointer to a value.
MapToSlice convert a map to a slice based on iteratee function.
Rune converts `any` to rune.
Runes converts `any` to []rune.
SliToMap convert a slice or an array of structs to a map based on iteratee function.
String converts `any` to string.
StructToMap convert struct to map, only convert exported struct field map key is specified same as struct field tag `json` value.
Uint converts `any` to uint.
Uint16 converts `any` to uint16.
Uint32 converts `any` to uint32.
Uint64 converts `any` to uint64.
Uint8 converts `any` to uint8.
Utf8ToGbk convert utf8 encoding data to GBK encoding data.