Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert the value to a int.
public:
Nullable<int> GetValueAsInt();
public int? GetValueAsInt ();
member this.GetValueAsInt : unit -> Nullable<int>
Public Function GetValueAsInt () As Nullable(Of Integer)