Table of Contents

TCellValue.ToNumberInvariant Method

Returns the value as a number, if it can be converted, or 0 if it can't. Note that this conversion uses invariant culture so even if your decimal separator is ",", the strings converted should be like "2.0"

Syntax

Unit: FlexCel.Core

function TCellValue.ToNumberInvariant: Double;

See also