Stitch.Database Documentation

DBCell Implicit Stitch.Database.DBCell to System.Decimal Conversion 

Implicitly convert from DBCell to a decimal.

public static implicit operator decimal(
   DBCell dbcValue
);

Parameters

dbcValue
Value to convert

Return Value

bool

See Also

DBCell Class | Stitch.Database Namespace