adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / MessageCollection Class / ToString Method / ToString(FormatOptions) Method
Options to use when formatting the messages.


In This Topic
    ToString(FormatOptions) Method
    In This Topic
    Returns all of the messages in the collection in a string, with newline separating messages.
    Syntax
    'Declaration
     
    
    Public Overloads Function ToString( _
       ByVal formatOptions As Message.FormatOptions _
    ) As String

    Parameters

    formatOptions
    Options to use when formatting the messages.
    See Also