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 override string ToString( Object value ) |
Visual Basic |
---|
Public Overrides Function ToString ( _ value As Object _ ) As String |
Visual C++ |
---|
public: virtual String^ ToString( Object^ value ) override |
Parameters
- value
- Type: System..::..Object
The Type that contains the values.