A representation of the value to be embedded in an XML element

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Function ToString ( _
	value As Object _
) As String
C#
public override string ToString(
	Object value
)
Visual C++
public:
virtual String^ ToString(
	Object^ value
) override
JavaScript
function toString(value);

Parameters

value
Type: System..::.Object
The Type that contains the values.

Return Value

An Xml formatted string that contains the Assembly Qualified Name.

See Also