Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEncoding Class / IsAliasOf Method
The name to check.


In This Topic
    IsAliasOf Method
    In This Topic
    Checks whether the given name is an alias of this encoding.
    Syntax
    'Declaration
     
    
    Public Function IsAliasOf( _
       ByVal name As System.String _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NEncoding
    Dim name As System.String
    Dim value As System.Boolean
     
    value = instance.IsAliasOf(name)
    public System.bool IsAliasOf( 
       System.string name
    )

    Parameters

    name
    The name to check.

    Return Value

    True if the given name is an alias of this encoding and false otherwise.
    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