PagePorter Class Library

Metadata.ObjectToString Method 

Converts an object into a vti-compatible string.

[Visual Basic]
Protected Function ObjectToString( _
   ByVal obj As Object _
) As String
[C#]
protected string ObjectToString(
   object obj
);

Parameters

obj
The object.

Return Value

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

See Also

Metadata Class | Parastream.Web.MsFrontPage Namespace