Table of Contents

CzStr::GetLength

Description

Get the length of a string in a CzStr object.

Function prototype

long CzStr::GetLength();

Arguments

None.

Return value

The length of the string contained in the CzStr object.

Comments

None.