Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: uint? UInt(object)

Declaration

public static uint? UInt(
    object value
)

Summary

Converts the specified object to a nullable uint. Returns null if value is null. Throws an ExactConvertException if the object cannot be converted exactly.