contains Function (Windows CE 5.0)

Send Feedback

Returns True if the first argument string contains the second argument string; otherwise returns False.

booleancontains(string, string)

Parameters

  • string
    A string.
  • string
    A string.

Return Values

True if the first argument string contains the second argument string; otherwise returns False.

Remarks

If an argument is not of type string, it is first converted to a string and then evaluated.

The following function call returns False.

contains("mysampletest", "oba")

Requirements

None.

See Also

String Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.