Nevron .NET Vision
Nevron.UI Namespace / NResourceHelper Class / ReadTextResource Method


In This Topic
    ReadTextResource Method
    In This Topic
    Loads text from a resource
    Syntax
    'Declaration
     
    
    Public Shared Function ReadTextResource( _
       ByVal assembly As System.Reflection.Assembly, _
       ByVal resourceName As System.String, _
       ByVal path As System.String _
    ) As System.String
    'Usage
     
    
    Dim assembly As System.Reflection.Assembly
    Dim resourceName As System.String
    Dim path As System.String
    Dim value As System.String
     
    value = NResourceHelper.ReadTextResource(assembly, resourceName, path)
    public static System.string ReadTextResource( 
       System.Reflection.Assembly assembly,
       System.string resourceName,
       System.string path
    )

    Parameters

    assembly
    resourceName
    path
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also