StringUtils.TrimStart

Trims a sub string from a string.

public static string TrimStart(string text,
	string textToTrim,
	bool caseInsensitive)

Parameters

text

textToTrim

caseInsensitive


See also:

Class StringUtils

© West Wind Technologies, 1996-2020 • Updated: 07/15/20
Comment or report problem with topic