Utf8String.UnsafeFromUtf8BytesNoValidation(ReadOnlyMemory<Byte>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Azure.Cosmos.Core.Utf8.Utf8String UnsafeFromUtf8BytesNoValidation (ReadOnlyMemory<byte> utf8Bytes);
static member UnsafeFromUtf8BytesNoValidation : ReadOnlyMemory<byte> -> Microsoft.Azure.Cosmos.Core.Utf8.Utf8String
Public Shared Function UnsafeFromUtf8BytesNoValidation (utf8Bytes As ReadOnlyMemory(Of Byte)) As Utf8String
Parameters
- utf8Bytes
- ReadOnlyMemory<Byte>
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET