Nevron Open Vision Documentation
Nevron.Nov.Serialization Namespace / NOldEnumItemNameToNewEnumItemNameConverter Class / TryGetOldNameToNewName Method


In This Topic
    TryGetOldNameToNewName Method
    In This Topic
    Translated the old name to the new name
    Syntax
    'Declaration
     
    
    Public MustOverride Function TryGetOldNameToNewName( _
       ByVal oldName As System.String, _
       ByRef newName As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NOldEnumItemNameToNewEnumItemNameConverter
    Dim oldName As System.String
    Dim newName As System.String
    Dim value As System.Boolean
     
    value = instance.TryGetOldNameToNewName(oldName, newName)
    public abstract System.bool TryGetOldNameToNewName( 
       System.string oldName,
       out System.string newName
    )

    Parameters

    oldName
    newName
    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