Dim ObjectArray() As Object = {0, "One", 2.7, Math.PI}
Dim StringArray() As String = Array.ConvertAll(ObjectArray, Function(ThisValue) ThisValue.ToString)
Dim JoinedText As String = Join(StringArray, ", ")
Tips and tricks for .NET using ASP and VB code.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment