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

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

Syntax

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

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