PagePorter Class Library

Metadata.ToString Method (String)

Converts a variable name into a complete vti-compatible string.

[Visual Basic]
Overloads Public Function ToString( _
   ByVal name As String _
) As String
[C#]
public string ToString(
   string name
);

Parameters

name
The variable name.

Return Value

A vti-format string that represents the variable's name and value. DateTime values are expected in local time.

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace | Metadata.ToString Overload List