Version

UltraCalcFunctionValue Class

Retrieves the numeric value of a piece of text that is supposed to represent either a number or a currency.
Syntax
'Declaration
 
Public Class UltraCalcFunctionValue 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionValue : BuiltInFunctionBase 
Remarks

VALUE(text_value)

Text_value is any text value or single-value reference to a text string that you want to convert into a number. It may have been formatted with a sign, currency symbol, or thousands separator. These characters will be stripped to yield the numeric value of the text.

If the text_value is an error value or could not be converted into a numeric value then the function returns an error value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also