Nevron Open Vision Documentation
Nevron.Nov.Windows.Wpf Namespace / NNovPropertyValueSerializer Class / CanConvertToString Method


In This Topic
    CanConvertToString Method
    In This Topic
    Determines whether the specified object can be converted into a System.String.
    Syntax
    'Declaration
     
    
    Public Overrides Function CanConvertToString( _
       ByVal value As System.Object, _
       ByVal context As System.Windows.Markup.IValueSerializerContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NNovPropertyValueSerializer
    Dim value As System.Object
    Dim context As System.Windows.Markup.IValueSerializerContext
    Dim value As System.Boolean
     
    value = instance.CanConvertToString(value, context)
    public override System.bool CanConvertToString( 
       System.object value,
       System.Windows.Markup.IValueSerializerContext context
    )

    Parameters

    value
    context
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also