ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Win.Localization Namespace / StringsManager Class / GetCustomString Method / GetCustomString(Type,String,String) Method

In This Topic
    GetCustomString(Type,String,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetCustomString( _
       ByVal stringsType As System.Type, _
       ByVal resourceName As System.String, _
       ByVal defaultValue As System.String _
    ) As System.String
    public static System.string GetCustomString( 
       System.Type stringsType,
       System.string resourceName,
       System.string defaultValue
    )

    Parameters

    stringsType
    resourceName
    defaultValue
    See Also