InputPanel for WinForms | ComponentOne
C1.Win.5 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 Type, _
       ByVal resourceName As String, _
       ByVal defaultValue As String _
    ) As String
    public static string GetCustomString( 
       Type stringsType,
       string resourceName,
       string defaultValue
    )

    Parameters

    stringsType
    resourceName
    defaultValue
    See Also