DoubleMetaphoneContains Method |
Namespace: Telerik.Windows.Documents.ProofingAssembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxprotected static bool Contains(
string value,
int start,
int length,
string[] criteria
)
Protected Shared Function Contains (
value As String,
start As Integer,
length As Integer,
criteria As String()
) As Boolean
Parameters
- value
- Type: SystemString
- start
- Type: SystemInt32
- length
- Type: SystemInt32
- criteria
- Type: SystemString
Return Value
Type:
Boolean
See Also