Uses the TypeConverter defined on the given PropertyDescriptor to serialize the givenvalue.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
protected string SerializeWithTypeConverter( PropertyDescriptor prop, Object value ) |
| Visual Basic (Declaration) |
|---|
Protected Function SerializeWithTypeConverter ( _ prop As PropertyDescriptor, _ value As Object _ ) As String |
| Visual C++ |
|---|
protected: String^ SerializeWithTypeConverter( PropertyDescriptor^ prop, Object^ value ) |
Parameters
- prop
- Type: System.ComponentModel..::.PropertyDescriptor
Property whose value should be serialized.
- value
- Type: System..::.Object
Value to be serialized