Parse the XML representation of an instance
Namespace:
NHibernate.TypeAssembly: 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