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

Syntax

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

Parameters

xml
Type: System..::.String

Return Value

Implements

IIdentifierType..::.StringToObject(String)

See Also