Mono Class Library: System.String Overview | Members

System.String.TrimStart Method

Removes all occurrences of a set of characters specified in a Unicode character array from the beginning of the current instance.

public string TrimStart (params char[] trimChars)

Parameters

trimChars
An array of Unicode characters or a null reference.

Returns

A new string equivalent to the current instance with the characters in trimChars removed from its beginning. If trimChars is a null reference, white space characters are removed.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0