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.2.419.0 (24.2.419.0)
Syntax public static bool VerifyChecksum(
string line
)
Public Shared Function VerifyChecksum (
line As String
) As Boolean
public:
static bool VerifyChecksum(
String^ line
)
static member VerifyChecksum :
line : string -> bool
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