Documentation
¶
Index ¶
Constants ¶
View Source
const ( ASCIICodeCapA = int('A') // 65 ASCIICodeCapZ = int('Z') // 65 ASCIICodeLowerA = int('a') // 97 ASCIICodeLowerZ = int('z') // 97 )
Variables ¶
This section is empty.
Functions ¶
func ASCIIIntToChar ¶
ASCIIIntToChar returns a one character string of the given int
func ToASCIICode ¶
func ToASCIICode(arg interface{}) int
ToASCIICode returns the ascii code of a given input
func ToFloat ¶
func ToFloat(arg interface{}) float64
ToFloat will case a given arg into an float type. Supported types are:
- string
func ToInt ¶
func ToInt(arg interface{}) int
ToInt will case a given arg into an int type. Supported types are:
- string
func ToString ¶
func ToString(arg interface{}) string
ToString will case a given arg into an int type. Supported types are:
- int
- byte
- rune
func ToStringNumber ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.