LoginSignup
0
1

More than 5 years have passed since last update.

c++ builder XE4, 10.2 Tokyo > 文字列をInt型に変換 > エラー時のdefault値を指定 > int val = StrToIntDef(Edit1->Text, 99);

Last updated at Posted at 2015-10-07
動作確認
C++ Builder XE4
Rad Studio 10.2 Tokyo Update 2 (追記: 2017/12/26)

String文字列からInt型への変換。
エラー時のdefault値を指定できるものが何だったか忘れた。
以下のものがあった。

int val = StrToIntDef(Edit1->Text, 99);

検索用キーワード

  • strto
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1