VCardParser.ParseSetFromString Method
This static method can be used to load property values into a new vCard collection from a string
containing one or more vCards.
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public static VCardCollection ParseSetFromString(
string? vCards
)
Public Shared Function ParseSetFromString (
vCards As String
) As VCardCollection
public:
static VCardCollection^ ParseSetFromString(
String^ vCards
)
static member ParseSetFromString :
vCards : string -> VCardCollection
- vCards String
- A set of properties for one or more vCards in a string
VCardCollectionA new vCard collection as created from the string
VCardCollection vCards = VCardParser.ParseSetFromString(vCards);
Dim vCards As VCardCollection = VCardParser.ParseSetFromString(vCards)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.