NmeaSentence.ToString Method

Definition

Generates a readable instance of this string. Not overridable, use ToReadableContent() to override. (this is to prevent confusion with ToNmeaMessage().) Do not use this method to create an NMEA sentence.

public override sealed string ToString ();
override this.ToString : unit -> string
Public Overrides NotOverridable Function ToString () As String

Returns

An user-readable string representation of this message

Applies to