StringsSubstringEndsWith Method
Extracts a string by removing the indicated end substring.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string SubstringEndsWith(
string text,
string endsWith
)
Public Shared Function SubstringEndsWith (
text As String,
endsWith As String
) As String
- text String
- String to remove substrings from.
- endsWith String
- End substring to remove.
StringString with the value removing the indicated end substring.