CellValue.TryGetBoolean(Boolean) Method

Definition

Attempts to parse cell value to retrieve a Boolean.

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

Parameters

value
Boolean

The result if successful.

Returns

Success or failure

Applies to