StringExtensionsLeftOf Method

Overload List

LeftOf(String, Char) Extracts the left part of the input string limited by the first character
LeftOf(String, String) Extracts the left part of the input string limited by the first occurrence of value
LeftOf(String, Char, Int32) Extracts the left part of the input string limited by the first character
LeftOf(String, String, StringComparison) Extracts the left part of the input string limited by the first occurrence of value
LeftOf(String, String, Int32, StringComparison) Extracts the left part of the input string limited by the n'th occurrence of value

See Also