メタトレーダー - mql4 - StrToInteger

sitemap
世界最強のFXキャッシュバックサイト
TOP > MQL LIST > StrToInteger
StrToInteger
StrToIntegerの説明
文字列を int 型の値(整数)に変換する。

int StrToInteger(①string value)

①string value

整数に変換したい数字を表す文字列を指定。

戻り値
int型の値を返す。
ソースコード例
 int start()
{
   int a = StrToInteger("123");
int b = StrToInteger("123");
Comment("半角:"+a+"\n"+"全角:"+b); }
表示例
StrToIntegerイメージ
関連ページ
スポンサードリンク
Twitter