Edit

Share via


BinaryTokenStreamReader.ReadDecimal Method

Definition

Read an decimal value from the stream.

public decimal ReadDecimal ();
member this.ReadDecimal : unit -> decimal
abstract member ReadDecimal : unit -> decimal
override this.ReadDecimal : unit -> decimal
Public Function ReadDecimal () As Decimal

Returns

Data from current position in stream, converted to the appropriate output type.

Implements

Applies to