BaseStationMessageHelperConvertToString Method (BaseStationMessageType, Boolean, Boolean) |
Converts from a message type to the expected BaseStation text.
Namespace: VirtualRadar.Interface.BaseStationAssembly: 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
)
Public Shared Function ConvertToString (
messageType As BaseStationMessageType,
Optional isMlatSourced As Boolean = false,
Optional useExtendedFormat As Boolean = false
) As String
public:
static String^ ConvertToString(
BaseStationMessageType messageType,
bool isMlatSourced = false,
bool useExtendedFormat = false
)
static member ConvertToString :
messageType : BaseStationMessageType *
?isMlatSourced : bool *
?useExtendedFormat : bool
(* Defaults:
let _isMlatSourced = defaultArg isMlatSourced false
let _useExtendedFormat = defaultArg useExtendedFormat false
*)
-> string
Parameters
- messageType
- Type: VirtualRadar.Interface.BaseStationBaseStationMessageType
- isMlatSourced (Optional)
- Type: SystemBoolean
- useExtendedFormat (Optional)
- Type: SystemBoolean
Return Value
Type:
StringSee Also