Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: ulong ParseULong(this string, ulong, NumberStyles, IFormatProvider)

Declaration

public static ulong ParseULong(
    this string str,
    ulong default_,
    NumberStyles style = Integer,
    IFormatProvider provider = null
)

Summary

Parses this string as a ulong using ulong.TryParse(string, out ulong). Returns default_ if the value cannot be parsed.