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.
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public static VNoteCollection ParseSetFromString(
string vNotes
)
Public Shared Function ParseSetFromString (
vNotes As String
) As VNoteCollection
public:
static VNoteCollection^ ParseSetFromString(
String^ vNotes
)
static member ParseSetFromString :
vNotes : string -> VNoteCollection
- vNotes String
- A set of properties for one or more vNotes in a string
VNoteCollectionA new vNote collection as created from the string
VNoteCollection vNotes = VNoteParser.ParseSetFromString(vNotes);
Dim vNotes As VNoteCollection = VNoteParser.ParseSetFromString(vNotes)
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.