VNoteParser.ParseFromString(String) Method
This static method can be used to load property values into a new instance of a single vNote from a
string.
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public static VNote ParseFromString(
string vNoteText
)
Public Shared Function ParseFromString (
vNoteText As String
) As VNote
public:
static VNote^ ParseFromString(
String^ vNoteText
)
static member ParseFromString :
vNoteText : string -> VNote
- vNoteText String
- A set of properties for a single vNote in a string
VNoteA new vNote instance as created from the string
VNote vNote = VNoteParser.ParseFromString(oneVNote);
Dim vNote As VNote = VNoteParser.ParseFromString(oneVNote)
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.