共用方式為


StringCodec.ReadRaw<TInput>(Reader<TInput>, UInt32) 方法

定義

讀取原始字串內容。

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

類型參數

TInput

參數

numBytes
UInt32

以位元組為單位的編碼字串長度。

傳回

適用於