Table of Contents

TopicTransformationExtensions.ToIndent Method

Definition

Namespace
Sandcastle.Core.PresentationStyle.Transformation
Assembly
Sandcastle.Core.dll

This is used to convert the given size to an indent consisting of two non-breaking spaces for each indent level.

public static string ToIndent(this int size)

Parameters

size int

The indent size (zero for no indent)

Returns

string

A string containing two non-breaking spaces for each indent level