CTI Server functions (.NET)

ConvertToCanonical

Contents  Back  Next

Convert telephone number to canonical form.

 

String ConvertToCanonical

(

 String strInput

)

Parameters

strInput

Number to convert to canonical form.

 

Return value

Converted Number

 

Remarks

You can use this function to convert a dataset containing telephone numbers to canonical form. The output string should be at least 32 characters long.

 

See also

CtiConvert overview

 


Send feedback to TAPIMaster®

<%FULLCOPYRIGHT%

 

 

 

 

Function ConvertToCanonical(

 String bstrInput,

 StringPtr pbstrOutput

)

Parameters

bstrInput

Number to convert to canonical form

 

pbstrOutput

Converted Number

 

Remarks

You can use this function to convert a dataset containing telephone numbers to canonical form. The output string should be at least 32 characters long.