Converts a value into a string, if you are calling this command from tier 2 this string must be deleted when you are done with it.
string Str( valueFloat )
char* agk::Str( float valueFloat )
string Str( valueFloat, decimals )
char* agk::Str( float valueFloat, UINT decimals )
string Str( valueInt )
char* agk::Str( int valueInt )