3 references to ToArray
Aspire.Hosting.Azure.Tests (1)
AzureEventHubsExtensionsTests.cs (1)
106
Assert.Equal("hello worlds", Encoding.UTF8.GetString(partitionEvent.Data.EventBody.
ToArray
()));
Microsoft.Extensions.AI.Evaluation.Reporting.Azure (1)
Storage\AzureStorageResponseCache.cs (1)
91
return content.Value.Content.
ToArray
();
Microsoft.Extensions.AI.Evaluation.Safety (1)
ContentSafetyServicePayloadUtilities.cs (1)
354
string base64ImageData = Convert.ToBase64String(imageBytes.
ToArray
());