Show / Hide Table of Contents

Method ExtString.TrimStart


Overload

Removes specified characters from the start of this string.

public static string TrimStart(this string t, string chars)
Parameters
t  (string)

This string.

chars  (string)

Characters to remove.

Returns
string

The result string.

Exceptions
ArgumentNullException

chars is null.