Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: long ParseLong(this string, NumberStyles, IFormatProvider)

Declaration

public static long ParseLong(
    this string str,
    NumberStyles style = Integer,
    IFormatProvider provider = null
)

Summary

Parses this string as a long using long.Parse(string).