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

Parameters
numberNumber for conversion
str_lenString 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_symbolFiller symbol. By default it is a space
Returns
Conversion resut