CString::FindOneOf

Call this member function to search this string for the first character that matches any character contained in lpszCharSet.

Syntax

int FindOneOf( LPCTSTR lpszCharSet ) const;

At a Glance

Header File Afx.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CString Overview, CString Member Functions, Simple Value Types, CString::Find