Stitch.Database Documentation

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

Implicitly convert from DBCell to a string.

public static implicit operator string(
   DBCell dbcValue
);

Parameters

dbcValue
Value to convert

Return Value

string

See Also

DBCell Class | Stitch.Database Namespace