Table of Contents

Enum PlaceholderKind

Namespace
RDCore.SDK.ConsoleIO.Model
Assembly
RDCore.SDK.dll

How a placeholder value is formatted before it is substituted into the body.

public enum PlaceholderKind

Fields

IntegerValue = 1

A whole number.

NumericValue = 2

A number, one decimal place.

PercentageValue = 3

A ratio rendered as a percentage.

StopwatchMilliseconds = 4

A millisecond duration, suffixed ms.

StringLiteral = 0

A literal string, substituted as-is.