StringSegmentTrimStart(Char) Method
Removes all leading instances of a character from the current
StringSegment.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public StringSegment TrimStart(
char trimChar
)
Public Function TrimStart (
trimChar As Char
) As StringSegment
public:
StringSegment TrimStart(
wchar_t trimChar
)
member TrimStart :
trimChar : char -> StringSegment
- trimChar Char
- The character to remove.
StringSegmentA
StringSegment that represents the string that remains after all instances
of the
trimChar character are removed from the start of the current
StringSegment.