VCardParserParseFromString(String) Method
This static method can be used to load property values into a new instance of a single vCard from a
string.
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static VCard ParseFromString(
string vCardText
)
Public Shared Function ParseFromString (
vCardText As String
) As VCard
public:
static VCard^ ParseFromString(
String^ vCardText
)
static member ParseFromString :
vCardText : string -> VCard
- vCardText String
- A set of properties for a single vCard in a string
VCardA new vCard instance as created from the string
VCard vCard = VCardParser.ParseFromString(oneVCard);
Dim vCard As VCard = VCardParser.ParseFromString(oneVCard)
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.