'Declaration Public Function TrimEnd( _
ByVal ParamArray trimCharsAn array of Unicode characters to remove, or null.() As Char _
) As DrawingString
public DrawingString TrimEnd(
params char[] trimChars
)
public: DrawingString* TrimEnd(
params char[]* trimChars
)
public:
DrawingString^ TrimEnd(
... 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 end of the current string.