CellValue.TryGetInt(Int32) Method

Definition

Attempts to parse cell value to retrieve a Int32.

public bool TryGetInt (out int value);
member this.TryGetInt : int -> bool
Public Function TryGetInt (ByRef value As Integer) As Boolean

Parameters

value
Int32

The result if successful.

Returns

Success or failure

Applies to