Str
Description
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.
Definition
char* agk::Str( float valueFloat )
string Str( valueFloat, decimals )
char* agk::Str( float valueFloat, UINT decimals )
char* agk::Str( int valueInt )
Parameters
- valueFloat - Value to convert into a string.
- value - Value to convert into a string.
- decimals - The number of places after the decimal point to include.
- valueInt - Value to convert into a string.