Click or drag to resize

StringUtilParseInt Method

Overload List
  NameDescription
Public methodStatic memberParseInt(String)
Convert a string to an int, defaulting to 0 if the string is null or isn't a valid integer value.
Public methodStatic memberParseInt(String, Int32)
Convert a string to an int, returning a default value if the string is null or isn't a valid integer value.
Top
See Also