MarkDownFormatter.DetermineSimpleInlineReverse(String, String) 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.
Determines if formatting is to be reversed, when the formatting is located inside the Selectors.
protected virtual bool DetermineSimpleInlineReverse(string start, string end);
abstract member DetermineSimpleInlineReverse : string * string -> bool
override this.DetermineSimpleInlineReverse : string * string -> bool
Protected Overridable Function DetermineSimpleInlineReverse (start As String, end As String) As Boolean
Parameters
- start
- String
Formatting in front of Text
- end
- String
Formatting at end of Text
Returns
True if formatting is reversing, otherwise false