Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.8 Assembly / C1.Win.C1Document 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