NmeaSentence.ReadChar(IEnumerator<String>) 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.
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
- field
- IEnumerator<String>