Parses the type of postal address.

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

Syntax

C#
public static vCardDeliveryAddressTypes ParseDeliveryAddressType(
	string value
)
Visual Basic
Public Shared Function ParseDeliveryAddressType ( _
	value As String _
) As vCardDeliveryAddressTypes
Visual C++
public:
static vCardDeliveryAddressTypes ParseDeliveryAddressType(
	String^ value
)

Parameters

value
Type: System..::..String
The single value of a TYPE subproperty for the ADR property.

Return Value

The vCardDeliveryAddressTypes that corresponds with the TYPE keyword, or vCardPostalAddressType.Default if the type could not be identified.

See Also