Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: uint ParseUInt(this string, uint, NumberStyles, IFormatProvider)

Declaration

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

Summary

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