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


In This Topic
    ConvertToString Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function ConvertToString( _
       ByVal value As System.Object, _
       ByVal context As System.Windows.Markup.IValueSerializerContext _
    ) As System.String
    'Usage
     
    
    Dim instance As NNovPropertyValueSerializer
    Dim value As System.Object
    Dim context As System.Windows.Markup.IValueSerializerContext
    Dim value As System.String
     
    value = instance.ConvertToString(value, context)
    public override System.string ConvertToString( 
       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