Click or drag to resize

DatabaseToString Method

Returns a string that represents the current object.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0713
Syntax
C#
public override string ToString()

Return Value

Type: String
A string that represents the current object.
See Also