EasyUA Reference
ListToMultiLineString Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaDataBind Class : ListToMultiLineString Method

item
Subscription data for the item.
val
Current list type item value.

Glossary Item Box

This method is intended for use in DataBind Extension callback handlers.
The array type item value is converted into a string with one value per line.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As UaDataBind
Dim item As DBLink
Dim val As Object
Dim value As String
 
value = instance.ListToMultiLineString(item, val)
C# 
public string ListToMultiLineString( 
   DBLink item,
   object val
)

Parameters

item
Subscription data for the item.
val
Current list type item value.

Return Value

HRESULT success/error code

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.