adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / Message Class / PaddedSeverityDescription Method
The severity to get the description of


In This Topic
    PaddedSeverityDescription Method
    In This Topic
    Gets the description of a MessageSeverity, right-padded to the length of the longest severity literal
    Syntax
    'Declaration
     
    
    Public Shared Function PaddedSeverityDescription( _
       ByVal severity As MessageType _
    ) As String
    public static string PaddedSeverityDescription( 
       MessageType severity
    )
    public:
    static String^ PaddedSeverityDescription( 
       MessageType severity
    ) 

    Parameters

    severity
    The severity to get the description of
    See Also