Click or drag to resize

PFExcelDataExporterUtilsIsValueNumeric Method

Determines whether the object is of type 'decimal', 'int', 'long' or 'double';

Namespace:  Packflow.Interface.Office
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public static bool IsValueNumeric(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: Boolean
See Also