ValueSerializer.CanConvertToString(Object, IValueSerializerContext) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, determines whether the specified object can be converted into a String.
public:
virtual bool CanConvertToString(System::Object ^ value, System::Windows::Markup::IValueSerializerContext ^ context);
public virtual bool CanConvertToString(object value, System.Windows.Markup.IValueSerializerContext context);
abstract member CanConvertToString : obj * System.Windows.Markup.IValueSerializerContext -> bool
override this.CanConvertToString : obj * System.Windows.Markup.IValueSerializerContext -> bool
Public Overridable Function CanConvertToString (value As Object, context As IValueSerializerContext) As Boolean
- value
- Object
The object to evaluate for conversion.
- context
- IValueSerializerContext
Context information that is used for conversion.
true
if the value
can be converted into a String; otherwise, false
.
The base implementation always returns false
.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: