Edit

Share via


NmeaSentence.ReadInt(IEnumerator<String>) Method

Definition

Decodes the next field into an int

protected int? ReadInt (System.Collections.Generic.IEnumerator<string> field);
member this.ReadInt : System.Collections.Generic.IEnumerator<string> -> Nullable<int>
Protected Function ReadInt (field As IEnumerator(Of String)) As Nullable(Of Integer)

Parameters

Returns

Applies to