ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Localization Namespace / C1ResourceLoader Class / GetString Method / GetString(String) Method

In This Topic
    GetString(String) Method
    In This Topic
    Get string by key.
    Syntax
    'Declaration
     
    Public Overloads Function GetString( _
       ByVal resourceKey As System.String _
    ) As System.String
    public System.string GetString( 
       System.string resourceKey
    )

    Parameters

    resourceKey
    See Also