Returns the soundex form of the name
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Soundex(
string Name
)
Function Soundex (
Name As String
) As String
Dim instance As IFind
Dim Name As String
Dim returnValue As String
returnValue = instance.Soundex(Name)
String^ Soundex(
[InAttribute] String^ Name
)
Parameters
- Name
- Type: SystemString
Return Value
Type:
String
See Also