Düzenle

Aracılığıyla paylaş


StringCodec.ReadRaw<TInput>(Reader<TInput>, UInt32) Method

Definition

Reads the raw string content.

public static string ReadRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader, uint numBytes);
static member ReadRaw : Reader * uint32 -> string
Public Shared Function ReadRaw(Of TInput) (ByRef reader As Reader(Of TInput), numBytes As UInteger) As String

Type Parameters

TInput

Parameters

numBytes
UInt32

Encoded string length in bytes.

Returns

Applies to