Hi
On Debugging in item.snippet.tags value is shown as in array like below . I want to save this value in string with comma separated
[0]football
[1]goal
[2]soccer
[3]scotland.
Thanks
Hi
On Debugging in item.snippet.tags value is shown as in array like below . I want to save this value in string with comma separated
[0]football
[1]goal
[2]soccer
[3]scotland.
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit MohantyPosted Apr 5, 2024, 5:48 AM
Try this :
Ramco RamcoPosted Apr 5, 2024, 5:45 AM
Hi
I am getting error 'Cannot implicitly convert system.collection.generic.list.tostring[]
string[] tags = item.snippet.tags;
Thanks
Amit MohantyPosted Apr 5, 2024, 5:36 AM
Check the below example, this may help you.