StringSegmentTrimEnd Method
Removes all the trailing white-space characters from the current
StringSegment.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public StringSegment TrimEnd()
Public Function TrimEnd As StringSegment
public:
StringSegment TrimEnd()
member TrimEnd : unit -> StringSegment
Return Value
StringSegmentA
StringSegment that represents the string that remains after all white-space
characters are removed from the end of the current
StringSegment.