Constructs Longitude using the decimal string value provided.

Namespace: FiftyOne.Framework.Location
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
public Longitude(
	string value
)
Visual Basic
Public Sub New ( _
	value As String _
)
Visual C++
public:
Longitude(
	String^ value
)

Parameters

value
Type: System..::..String
String longitude value.

See Also