PagePorter Class Library

Metadata.ValueToString Method 

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

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

Parameters

name
The variable name.

Return Value

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

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace