StringCodec.WriteRaw<TBufferWriter> 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.
Writes the raw string content.
public static void WriteRaw<TBufferWriter> (ref Orleans.Serialization.Buffers.Writer<TBufferWriter> writer, string value, int numBytes) where TBufferWriter : System.Buffers.IBufferWriter<byte>;
static member WriteRaw : Writer * string * int -> unit (requires 'BufferWriter :> System.Buffers.IBufferWriter<byte>)
Public Shared Sub WriteRaw(Of TBufferWriter As IBufferWriter(Of Byte)) (ByRef writer As Writer(Of TBufferWriter), value As String, numBytes As Integer)
Type Parameters
- TBufferWriter
Parameters
- writer
- Writer<TBufferWriter>
- value
- String
String to be encoded.
- numBytes
- Int32
Encoded string length in bytes.