PagePorter Class Library

Metadata.UnescapeString Method 

Reverses the escape procedure on a string.

[Visual Basic]
Protected Function UnescapeString( _
   ByVal str As String _
) As String
[C#]
protected string UnescapeString(
   string str
);

Parameters

str
The escaped string.

Return Value

Returns the unescaped string.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace