Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.GetPadChar

Syntax

void GetPadChar(out sbyte Padchar, out sbyte Dmlchar)

Parameters

  • Padchar [out] receive the pad character
  • Dmlchar [out] receive the field delimiter character

Description

Retrieve the table pad and field delimiter characters. These characters are used to pad fixed string fields (FSTRING) to allow proper target key formation.

Return

None.

See Also

SetPadChar(), UpdatePadChar()

TOCIndex