WhatIfJsonFormatter.FormatPath(String, Int32, Int32, Action, Action) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected void FormatPath (string path, int paddingWidth, int indentLevel, Action formatHead = default, Action formatTail = default);
member this.FormatPath : string * int * int * Action * Action -> unit
Protected Sub FormatPath (path As String, paddingWidth As Integer, indentLevel As Integer, Optional formatHead As Action = Nothing, Optional formatTail As Action = Nothing)
Parameters
- path
- String
- paddingWidth
- Int32
- indentLevel
- Int32
- formatHead
- Action
- formatTail
- Action