NmeaSentence.ReadChar(IEnumerator<String>) Method

Definition

Decodes the next field into a char

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

Parameters

Returns

Applies to