String..::..Contains Method
Returns a value indicating whether a specified substring occurs within this string.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public bool Contains( string value )
<TemplateAttribute> _ Public Function Contains ( _ value As String _ ) As Boolean
[TemplateAttribute] public: bool^ Contains( String^ value )
Parameters
- value
- Type: System..::..String
The string to seek.