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