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)
Syntaxpublic 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: System.String
The TLE line to verify.
Return Value
Type:
Booleantrue if the checksum matches the rest of the line; otherwise
false.
See Also