Class DoubleMetaphone
Inheritance
System.Object
DoubleMetaphone
Namespace: Telerik.Windows.Documents.Proofing
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DoubleMetaphone : Object
Constructors
DoubleMetaphone()
Declaration
public DoubleMetaphone()
Fields
maxCodeLen
Declaration
protected int maxCodeLen
Field Value
System.Int32
|
Methods
CharAt(String, Int32)
Declaration
protected char CharAt(string value, int index)
Parameters
System.String
value
|
System.Int32
index
|
Returns
System.Char
|
Contains(String, Int32, Int32, String[])
Declaration
protected static bool Contains(string value, int start, int length, string[] criteria)
Parameters
System.String
value
|
System.Int32
start
|
System.Int32
length
|
System.String[]
criteria
|
Returns
System.Boolean
|
Encode(String)
Declaration
public string Encode(string value)
Parameters
System.String
value
|
Returns
System.String
|
Encode(String, Boolean)
Declaration
public string Encode(string value, bool alternate)
Parameters
System.String
value
|
System.Boolean
alternate
|
Returns
System.String
|