時刻から文字列へ変換【TimeToStr】
string TimeToStr(datetime value, int mode=TIME_DATE|TIME_MINUTES) Converts value containing time in sec…
string TimeToStr(datetime value, int mode=TIME_DATE|TIME_MINUTES) Converts value containing time in sec…
datetime StrToTime(string value) Converts string in the format “yyyy.mm.dd hh:mi” to dateti…
int StrToInteger(string value) Converts string containing the value character representation into a val…
double StrToDouble(string value) Converts string representation of number to double type (double-precis…
double NormalizeDouble(double value, int digits) Rounds the floating point value to the given precision…
string DoubleToStr(double value, int digits) Returns text string with the specified numerical value con…
string CharToStr(int char_code) Conversion of the symbol code into a one-character string. シンボル コードを1文字…