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.
Return the data pointer as a raw span of bytes
C#
publicabstract Span<byte> AsByteSpan ();
abstract member AsByteSpan : unit -> Span<byte>
Public MustOverride Function AsByteSpan () As Span(Of Byte)