MCPcopy Create free account
hub / github.com/devfeel/dotweb / Int2String

Function Int2String

framework/convert/convert.go:21–23  ·  view source on GitHub ↗

Int2String convert int to string

(val int)

Source from the content-addressed store, hash-verified

19
20// Int2String convert int to string
21func Int2String(val int) string {
22 return strconv.Itoa(val)
23}
24
25// String2Int64 convert string to int64
26func String2Int64(val string) (int64, error) {

Callers 2

logContextFunction · 0.92
Test_Int2String_1Function · 0.85

Calls

no outgoing calls

Tested by 1

Test_Int2String_1Function · 0.68