ToInt
-
ToIntC++ Builder/함수 2018. 12. 6. 22:16
#ToInt//문자열로 된 숫자를 정수형(Int)로 반환System.UnicodeString.ToIntUp to Parent: UnicodeStringC++int ToInt() const; PropertiesTypeVisibilitySourceUnitParentfunctionpublicustring.hSystemUnicodeStringDescriptionConverts string to integer, throwing an exception if the string is invalid.ToInt converts the given string to an integer value and returns the integer. If the string does not contain a valid value, a..