StringSegmentStartsWith(Char) Method
Gets whether this
StringSegment instance starts with the specified
value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0
public bool StartsWith(
char value
)
Public Function StartsWith (
value As Char
) As Boolean
public:
bool StartsWith(
wchar_t value
)
member StartsWith :
value : char -> bool
- value Char
- The character to compare.
Boolean if this
StringSegment begins with
value; otherwise,
.