ToStringDelegate Delegate |
INTERNAL
Namespace:
EnterpriseDT.Util
Assembly:
edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.3.0.0
Syntaxpublic delegate string ToStringDelegate(
Object obj
)
Public Delegate Function ToStringDelegate (
obj As Object
) As String
public delegate String^ ToStringDelegate(
Object^ obj
)
type ToStringDelegate =
delegate of
obj : Object -> string
Parameters
- obj
- Type: SystemObject
INTERNAL
Return Value
Type:
StringINTERNAL
See Also