Click or drag to resize
IAircraftSanityCheckerIsGoodAircraftIcao Method
Returns true if the string represents a valid ICAO code.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsGoodAircraftIcao(
	string icao
)

Parameters

icao
Type: SystemString

Return Value

Type: Boolean
See Also