Class ContactCode
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoCore.dll
Syntax
public static class ContactCode
Methods
CalculateCode(string)
Calculate the "Code" (actually Number1) field of the contact card, based on the name
Declaration
public static string CalculateCode(string contactName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | contactName | Raw contact name |
Returns
| Type | Description |
|---|---|
| string | Code, which is upper-case alphanumeric chars, up to a length of 9 |