Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: int? GetIntSafe(NumericConversionOptions)

Declaration

public int? GetIntSafe(
    NumericConversionOptions options = NumericConversionOptions.Strict
)

Summary

Converts the current value to an int. Returns null if the conversion is not valid.