Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NEncoding Class / WesternEuropeanWindows Property


In This Topic
    WesternEuropeanWindows Property
    In This Topic
    Gets and encoding for the 'Western European (Windows)' (Windows-1252) character set, also known as CP-1252 (code page 1252).
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly Property WesternEuropeanWindows As NEncoding
    'Usage
     
    
    Dim value As NEncoding
     
    value = NEncoding.WesternEuropeanWindows
    public static NEncoding WesternEuropeanWindows {get;}
    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