Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NMimeType Structure / FromString Method


In This Topic
    FromString Method
    In This Topic
    Gets a mime type from the specified mime string.
    Syntax
    'Declaration
     
    
    Public Shared Function FromString( _
       ByVal mime As System.String _
    ) As NMimeType
    'Usage
     
    
    Dim mime As System.String
    Dim value As NMimeType
     
    value = NMimeType.FromString(mime)
    public static NMimeType FromString( 
       System.string mime
    )

    Parameters

    mime
    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