A representation of the value to be embedded in an XML element
Namespace:
NHibernate.TypeAssembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride Function ToString ( _ val As Object _ ) As String |
C# |
---|
public abstract string ToString( Object val ) |
Visual C++ |
---|
public: virtual String^ ToString( Object^ val ) abstract |
JavaScript |
---|
function toString(val); |
Parameters
- val
- Type: System..::.Object
The object that contains the values.