StrToIntDef

StrToIntDef
StrToIntDef是一种函数名,是指返回字符串S转换成整数。说明 字符串非整数表达时则返回默认值Default。

函数功能及说明

Delphi函数:
首部 function StrToIntDef(const S: string; Default: Integer): Integer; $[SysUtils.pas
功能 返回字符串S转换成整数