StringCodec.ReadRaw<TInput>(Reader<TInput>, UInt32) Method
Definition
Important
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.
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
- reader
- Reader<TInput>
- numBytes
- UInt32
Encoded string length in bytes.