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