0
Explain contained method in c#
Need a syntax
5 Answers
+ 7
sravani reddy Please,
Can you specifying your question correctly!
⢠Include relevant TAGS; and
⢠Use the đSEARCH... bar future for similar QUESTIONS or ANSWERS before posting.
+ 2
If only you wrote your question clearly, people could've understood and helped you earlier.
'Contained' has different meaning with 'contains', next time please do write the question carefully so people can understand it easily, and try to fix typos as soon as you notice them.
String.Contains method:
Returns a value indicating whether a specified substring occurs within this string.
Reference:
https://docs.microsoft.com/en-us/dotnet/api/system.string.contains
P.S. follow this tips on posting a question đ
https://www.sololearn.com/Discuss/333866/?ref=app
+ 1
Explain your question, what is contained ?
0
Try to find first by yourself on Google.
0
Contains method in strings in c#