'Declaration Public Function TrimStart( _
ByVal ParamArray trimCharsAn array of Unicode characters to remove, or null.() As Char _
) As DrawingString
public DrawingString TrimStart(
params char[] trimChars
)
public: DrawingString* TrimStart(
params char[]* trimChars
)
public:
DrawingString^ TrimStart(
... array<char>^ trimChars
)
Parameters
- trimChars
- An array of Unicode characters to remove, or null.
Return Value
The string that remains after all occurrences of the characters in the trimChars parameter are removed from the start of the current string.