Decodes the bitmapped phone type given an array of phone type names.

Namespace: vCards
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static vCardPhoneTypes ParsePhoneType(
	string[] names
)
Visual Basic
Public Shared Function ParsePhoneType ( _
	names As String() _
) As vCardPhoneTypes
Visual C++
public:
static vCardPhoneTypes ParsePhoneType(
	array<String^>^ names
)

Parameters

names
Type: array<System..::..String>[]()[][]
An array containing phone type names such as BBS or VOICE.

Return Value

The phone type value that represents the combination of all names defined in the array. Unknown names are ignored.

See Also