Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: int? Int(object)

Declaration

public static int? Int(
    object value
)

Summary

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