Parse the XML representation of an instance

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

Syntax

Visual Basic (Declaration)
Function FromString ( _
	xml As String _
) As Object
C#
Object FromString(
	string xml
)
Visual C++
Object^ FromString(
	String^ xml
)
JavaScript
function fromString(xml);

Parameters

xml
Type: System..::.String

Return Value

an instance of the type

See Also