bool TryGetExplanation( StringFormattingKind stringFormattingKind, IDebtFormatter debtFormatter, out string explanation )
Parameters
- stringFormattingKind
 - The formatting of the returned explanation.
 - debtFormatter
 - A debt formatter object to format debt estimation(s) if any.
 - explanation
 - The issue explanation formatted.
 
Return Value
true if the issue explanation is available.
