[This is preliminary documentation and is subject to change.]
Returns a padding string for specified level per set options
Namespace: NFX.CodeAnalysis.LaconfigAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static string Indent(
int level,
LaconfigWritingOptions opt
)
public static string Indent(
int level,
LaconfigWritingOptions opt
)
Public Shared Function Indent (
level As Integer,
opt As LaconfigWritingOptions
) As String
Public Shared Function Indent (
level As Integer,
opt As LaconfigWritingOptions
) As String
public:
static String^ Indent(
int level,
LaconfigWritingOptions^ opt
)
public:
static String^ Indent(
int level,
LaconfigWritingOptions^ opt
)
static member Indent :
level : int *
opt : LaconfigWritingOptions -> string
static member Indent :
level : int *
opt : LaconfigWritingOptions -> string
Return Value
Type:
String