Document Library for WPF | ComponentOne
C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document Namespace / Utils Class / GetStringEmbeddedResource Method / GetStringEmbeddedResource(String) Method
The image name in resource.

In This Topic
    GetStringEmbeddedResource(String) Method
    In This Topic
    Gets the string from embedded resource.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetStringEmbeddedResource( _
       ByVal name As String _
    ) As String
    public static string GetStringEmbeddedResource( 
       string name
    )

    Parameters

    name
    The image name in resource.

    Return Value

    The string from embedded resource.
    See Also