Click or drag to resize

ExtensionsConvertionsToInteger Method

Overload List
  NameDescription
Public methodStatic memberToInteger(Byte)
Returns a 32-bit signed integer converted from four bytes at a specified position in a byte array.
Public methodStatic memberToInteger(String)
Tries to convert a String to an Int32. Returns MinValue if target cannot be parsed.
Public methodStatic memberToInteger(String, NumberFormatInfo)
Tries to convert a String to an Int32. Returns MinValue if target cannot be parsed.
Top
See Also