Table of Contents

Enum CliFormattingMode

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
Controls whether cell content is treated as raw data or preformatted markup-aware text.
public enum CliFormattingMode

Fields

Preformatted = 1
Records are already formatted strings containing markup; no formatting or styling is applied.
Raw = 0
Records are raw objects; formatter, format string, null display, and styles apply.