StringSegmentContains(Char) Method
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public bool Contains(
char value
)
Public Function Contains (
value As Char
) As Boolean
public:
bool Contains(
wchar_t value
)
member Contains :
value : char -> bool
- value Char
- The StringSegment to seek.
Boolean if this
StringSegment contains the specified
value; otherwise,
.