Method TfStringContains
TfStringContains(string, string)
Declaration
public static bool TfStringContains(string s, string substring)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | |
| string | substring |
Returns
| Type | Description |
|---|---|
| bool |
TfStringContains(string, TfToken)
Declaration
public static bool TfStringContains(string s, TfToken substring)
Parameters
| Type | Name | Description |
|---|---|---|
| string | s | |
| TfToken | substring |
Returns
| Type | Description |
|---|---|
| bool |