TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
string IntegerToString | ( | long | number, |
int | str_len = 0 , |
||
char | fill_symbol = ' ' |
||
) |
Converts value of integer type into a string of a specified length
number | Number for conversion |
str_len | String length. If the resulting string length is larger than the specified one, the string is not cut off. If it is smaller, filler symbols will be added to the left. |
fill_symbol | Filler symbol. By default it is a space |