INTERNAL

Namespace: EnterpriseDT.Util
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public delegate string ToStringDelegate(
	Object obj
)
Visual Basic
Public Delegate Function ToStringDelegate ( _
	obj As Object _
) As String
Visual C++
public delegate String^ ToStringDelegate(
	Object^ obj
)

Parameters

obj
Type: System..::..Object
INTERNAL

Return Value

INTERNAL

See Also