Table of Contents

Method FormatMessage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FormatMessage(string)

Formats the specified message by applying the current indentation level.

public virtual string FormatMessage(string message)

Parameters

message string

The message to format. Cannot be null.

Returns

string

The formatted message with the appropriate indentation applied.