Documentation ¶
Index ¶
- func CheckFileExtension(filename string) bool
- func ConvertInt32ToStr(number int32) string
- func ConvertIntToStr(number int) string
- func ConvertStrToInt(str string) (int, error)
- func ConvertStrToInt32(str string) (int32, error)
- func ConvertStrToUInt(str string) (uint, error)
- func ConvertUIntToStr(number uint) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFileExtension ¶
func ConvertInt32ToStr ¶
ConvertInt32ToStr converts an int32 to a string.
func ConvertIntToStr ¶
ConvertIntToStr converts an integer to a string.
func ConvertStrToInt ¶
ConvertStrToInt converts a string to an integer.
func ConvertStrToInt32 ¶
ConvertStrToInt32 converts a string to an int32.
func ConvertStrToUInt ¶
ConvertStrToUInt converts a string to an unsigned integer.
func ConvertUIntToStr ¶
ConvertUIntToStr converts an unsigned integer to a string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.