Documentation
¶
Index ¶
- func Float(f float64, prec int) string
- func FloatWith(f float64, prec int, decimalSymbol, groupSymbol byte) string
- func Int(i int) string
- func Int64(i int64) string
- func Int64With(i int64, groupSymbol byte) string
- func IntWith(i int, groupSymbol byte) string
- func UInt(i uint) string
- func UInt64(i uint64) string
- func UInt64With(i uint64, groupSymbol byte) string
- func UIntWith(i uint, groupSymbol byte) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float ¶
Float formats a floating-point number with a period as the decimal symbol and a comma as the numeric thousands grouping symbol.
func FloatWith ¶
FloatWith formats a floating-point number with the specified decimalSymbol, e.g., '.', and the specified numeric thousands groupSymbol, e.g., ','.
func Int64With ¶
Int64With formats a 64-bit integer with specified numeric thousands groupSymbol, e.g., ','.
func UInt64 ¶
UInt64 formats a 64-bit unsigned-integer with a comma as the numeric thousands grouping symbol.
func UInt64With ¶
UInt64With formats a 64-bit unsigned-integer with specified numeric thousands groupSymbol, e.g., ','.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.