SchemaCompareSettingsService.ConvertPropertyValueToString Method
When overridden in a derived class, returns the value of the provided object as a string.
Namespace: Microsoft.Data.Schema.Tools.Compare.Schema
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Protected Overridable Function ConvertPropertyValueToString ( _
valueObject As Object _
) As String
protected virtual string ConvertPropertyValueToString(
Object valueObject
)
protected:
virtual String^ ConvertPropertyValueToString(
Object^ valueObject
)
abstract ConvertPropertyValueToString :
valueObject:Object -> string
override ConvertPropertyValueToString :
valueObject:Object -> string
protected function ConvertPropertyValueToString(
valueObject : Object
) : String
Parameters
- valueObject
Type: System.Object
A property value Object.
Return Value
Type: System.String
The value as a string.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.