VNoteParserParseSetFromString Method

This static method can be used to load property values into a new vNote collection from a string containing one or more vNotes.

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static VNoteCollection ParseSetFromString(
	string vNotes
)

Parameters

vNotes  String
A set of properties for one or more vNotes in a string

Return Value

VNoteCollection
A new vNote collection as created from the string

Example

C#
VNoteCollection vNotes = VNoteParser.ParseSetFromString(vNotes);

See Also