Click or drag to resize

LinkIdToTMCUnPackTMC Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Converts an unsigned integer value created using PackTMC back into a TMC code.

Namespace:  Telogis.GeoBase.Traffic
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static string UnPackTMC(
	uint packed
)

Parameters

packed
Type: SystemUInt32
The integer value representing the TMC code.

Return Value

Type: String
A TMC code as a String.
See Also