Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StrconvWrapper ¶
type StrconvWrapper struct{}
func (*StrconvWrapper) FormatBool ¶
func (s *StrconvWrapper) FormatBool(b bool) string
func (*StrconvWrapper) FormatFloat ¶
func (s *StrconvWrapper) FormatFloat(f float64, fmt byte, prec, bitSize int) string
func (*StrconvWrapper) FormatUint ¶
func (s *StrconvWrapper) FormatUint(i uint64, base int) string
Click to show internal directories.
Click to hide internal directories.