System::String::Contains metodo
String::Contains(char16_t) const method
Verifica se la stringa contiene il carattere fornito.
bool System::String::Contains(char16_t value) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | char16_t | Cerca il carattere. |
ReturnValue
true se il carattere è presente, false altrimenti.
Vedi anche
- Class String
- Namespace System
- Library Aspose.Font for C++
String::Contains(const String&) const method
Verifica se str è una sottostringa della stringa corrente.
bool System::String::Contains(const String &str) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Stringa di ricerca. |
ReturnValue
true se la sottostringa è presente, false altrimenti.
Vedi anche
- Class String
- Class String
- Namespace System
- Library Aspose.Font for C++