[This is preliminary documentation and is subject to change.]

Replaces null with the value provided, ifthe object is null, then return the string s, otherwise return the integer value of the object.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static double ReplaceDBNull(
	Object o,
	double d
)
Visual Basic (Declaration)
Public Shared Function ReplaceDBNull ( _
	o As Object, _
	d As Double _
) As Double
Visual C++
public:
static double ReplaceDBNull(
	Object^ o, 
	double d
)

Parameters

o
Type: System..::.Object
The object to be tested
d
Type: System..::.Double
The return value in case the first parameter is null

Return Value

See Also