ComponentOne BarCode for WinForms
C1.Win.Barcode.4.8 Assembly / C1.Win.BarCode.Localization Namespace / Strings.Errors Class / GetError Method

In This Topic
    GetError Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetError( _
       ByVal code As System.String, _
       ByVal defaultValue As System.String _
    ) As System.String
    public static System.string GetError( 
       System.string code,
       System.string defaultValue
    )

    Parameters

    code
    defaultValue
    See Also