Skip to content

BitStreamFormatter.Format(ReadOnlySpan<byte>, SerializerSession)

Format(ReadOnlySpan<byte>, SerializerSession)

static
View source
public static string Format(ReadOnlySpan<byte> input, SerializerSession session)
Formats the specified buffer.

Parameters

inputReadOnlySpan<byte>
The input buffer.
sessionSerializerSession
The session.

Returns

The formatted input.