MCPcopy Create free account
hub / github.com/DOSNetwork/core / String

Method String

group/mod/int.go:113–115  ·  view source on GitHub ↗

Return the Int's integer value in hexadecimal string representation.

()

Source from the content-addressed store, hash-verified

111
112// Return the Int's integer value in hexadecimal string representation.
113func (i *Int) String() string {
114 return hex.EncodeToString(i.V.Bytes())
115}
116
117// SetString sets the Int to a rational fraction n/d represented by a pair of strings.
118// If d == "", then the denominator is taken to be 1.

Callers 1

TestInitsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestInitsFunction · 0.36