The array type item value is converted into a string array with a string converted value for each array element.
Visual Basic (Declaration) | |
---|---|
Public Function ArrayToStringArray( _ ByVal item As Subscription, _ ByVal val As Object _ ) As String() |
C# | |
---|---|
public string[] ArrayToStringArray( Subscription item, object val ) |
Parameters
- item
- Subscription data for the item.
- val
- Current array type item value.