Click or drag to resize

TwoLineElementSetVerifyChecksum Method

Verifies the checksum of the specified TLE line.

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

Parameters

line
Type: SystemString
The TLE line to verify.

Return Value

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