StringCodec.ReadRaw<TInput>(Reader<TInput>, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取原始字串內容。
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
參數
- reader
- Reader<TInput>
- numBytes
- UInt32
以位元組為單位的編碼字串長度。