Click or drag to resize
BaseStationMessageHelperConvertToString Method (BaseStationMessageType, Boolean, Boolean)
Converts from a message type to the expected BaseStation text.

Namespace: VirtualRadar.Interface.BaseStation
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static string ConvertToString(
	BaseStationMessageType messageType,
	bool isMlatSourced = false,
	bool useExtendedFormat = false
)

Parameters

messageType
Type: VirtualRadar.Interface.BaseStationBaseStationMessageType
isMlatSourced (Optional)
Type: SystemBoolean
useExtendedFormat (Optional)
Type: SystemBoolean

Return Value

Type: String
See Also