Parse a string representation of this value, as it appears
in an XML document.
Namespace:
NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Function FromXMLString ( _ xml As String _ ) As Object |
C# |
---|
Object FromXMLString( string xml ) |
Visual C++ |
---|
Object^ FromXMLString( String^ xml ) |
JavaScript |
---|
function fromXMLString(xml); |
Parameters
- xml
- Type: System..::.String