Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: int ParseInt(this string, NumberStyles, IFormatProvider)

Declaration

public static int ParseInt(
    this string str,
    NumberStyles style = Integer,
    IFormatProvider provider = null
)

Summary

Parses this string as an int using int.Parse(string).