Table of Contents

CzStr::GetText

Description

Retrieve the contents of a string variable, as a C-style string handle.

Function prototype

const char* CzStr::GetText();

Arguments

None.

Return value

Null if an error occurred, and a non-null handle to a C-style string otherwise.

Comments

None.