Click or drag to resize

TwoLineElementSet.VerifyChecksum Method

Verifies the checksum of the specified TLE line.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public static bool VerifyChecksum(
	string line
)

Parameters

line
Type: System.String
The TLE line to verify.

Return Value

Type: Boolean
true if the checksum matches the rest of the line; otherwise false.
See Also