Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string ASPdbMsgBox(
	string Msg,
	string title
)
Visual Basic (Declaration)
Public Function ASPdbMsgBox ( _
	Msg As String, _
	title As String _
) As String

Parameters

Msg
Type: System..::.String
title
Type: System..::.String

See Also