PagePorter Class Library

Metadata.Parse Method 

Parses a standard vti-format string and sets a name/value pair variable in the collection.

[Visual Basic]
Public Sub Parse( _
   ByVal str As String _
)
[C#]
public void Parse(
   string str
);

Parameters

str
The String to parse.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace