StringsSubstringEndsWith Method

Extracts a string by removing the indicated end substring.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string SubstringEndsWith(
	string text,
	string endsWith
)

Parameters

text  String
String to remove substrings from.
endsWith  String
End substring to remove.

Return Value

String
String with the value removing the indicated end substring.

See Also