[Extension()] public static bool TryGetRuleHowToFix( string ruleString, StringFormattingKind stringFormattingKind, out string ruleHowToFix )
Parameters
- ruleString
- The rule string.
- stringFormattingKind
- The string formatting kind of the output string.
- ruleHowToFix
- The how-to-fix-rule explanations extracted from the rule string.
Return Value
true if the how-to-fix-rule explanations has been extracted, else returns false.