Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEncoding Class / AddAlias Method
The alias name to add.


In This Topic
    AddAlias Method
    In This Topic
    Adds an alias name for this encoding.
    Syntax
    'Declaration
     
    
    Public Sub AddAlias( _
       ByVal name As System.String _
    ) 
    'Usage
     
    
    Dim instance As NEncoding
    Dim name As System.String
     
    instance.AddAlias(name)
    public void AddAlias( 
       System.string name
    )

    Parameters

    name
    The alias name to add.
    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