Class ContactCode
Namespace: SuperOffice.CRM.Rows
Assembly: SoCore.dll
Syntax
public static class ContactCode : Object
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 |