Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBlob::AsString

Syntax

void AsString(CTString& str) const

Parameters

  • str [out] the CTString object converted from the CTBlob object.

Description

Returns a CTBLOB object as a CTString object.

Return

None.

See also

Get()

TOCIndex