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