ToIntDef
-
ToIntDefC++ Builder/함수 2018. 12. 6. 22:16
#ToIntDef //문자열로 된 숫자를 정수형(Int)로 반환 (오류시 기본값 반환) System.UnicodeString.ToIntDefUp to Parent: UnicodeStringC++int ToIntDef(int defaultValue) const; PropertiesTypeVisibilitySourceUnitParentfunctionpublicustring.hSystemUnicodeStringDescriptionConverts string to integer, returning a default value if the string is invalid.ToIntDef converts the given string to an integer value and returns the integer. ..