Get level from supplied string

Namespace: EnterpriseDT.Util.Debug
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public static Level GetLevel(
	string level
)
Visual Basic
Public Shared Function GetLevel ( _
	level As String _
) As Level
Visual C++
public:
static Level^ GetLevel(
	String^ level
)

Parameters

level
Type: System..::..String
level as a string

Return Value

level object or null if not found

See Also