Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FpCategoryAttribute Class / GetLocalizedString Method
Value of string


In This Topic
    GetLocalizedString Method (FpCategoryAttribute)
    In This Topic
    Gets the localized string.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetLocalizedString( _
       ByVal value As String _
    ) As String
    'Usage
     
    
    Dim instance As FpCategoryAttribute
    Dim value As String
    Dim value As String
     
    value = instance.GetLocalizedString(value)
    protected override string GetLocalizedString( 
       string value
    )

    Parameters

    value
    Value of string
    See Also