Table of Contents

Class PlaceholderPartFormatter

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

Formats a placeholder value according to its PlaceholderKind.

public static class PlaceholderPartFormatter
Inheritance
PlaceholderPartFormatter
Inherited Members

Methods

FormatValue<T>(PlaceholderKind, T)

Formats value for substitution.

public static string FormatValue<T>(PlaceholderKind kind, T value)

Parameters

kind PlaceholderKind
value T

Returns

string

Type Parameters

T