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

In This Topic
    GetString(MethodBase,String) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function GetString( _
       ByVal mi As System.Reflection.MethodBase, _
       ByVal defaultValue As System.String _
    ) As System.String
    public static System.string GetString( 
       System.Reflection.MethodBase mi,
       System.string defaultValue
    )

    Parameters

    mi
    defaultValue
    See Also