Edit

Share via


DecimalCodec.ReadDecimalRaw<TInput>(Reader<TInput>) Method

Definition

Reads a value without protocol framing.

public static decimal ReadDecimalRaw<TInput> (ref Orleans.Serialization.Buffers.Reader<TInput> reader);
static member ReadDecimalRaw : Reader -> decimal
Public Shared Function ReadDecimalRaw(Of TInput) (ByRef reader As Reader(Of TInput)) As Decimal

Type Parameters

TInput

The reader input type.

Parameters

reader
Reader<TInput>

The reader.

Returns

The value.

Applies to