to_string
Fully qualified name: omni::to_string
Defined in omni/String.h
- 
string omni::to_string(int value)
 
Converts the numerical value value to a string. 
- Parameters:
 
value – Value to convert.
 
- Throws:
 
Allocation – This function may throw any exception thrown during allocation. 
 
- Returns:
 
A string representing the value.