TryParsePoint Method (value, lat, lng)

GoogleMap Control Artem.Google

GoogleMap Control TryParsePoint Method (value, lat, lng)
NamespacesArtem.GoogleJsUtilTryParsePoint(String, Double%, Double%)
GoogleMap Control v6.0
Tries the parse point.
Declaration Syntax
C# Visual Basic
public static bool TryParsePoint(
	string value,
	out double lat,
	out double lng
)
Public Shared Function TryParsePoint ( _
	value As String, _
	<OutAttribute> ByRef lat As Double, _
	<OutAttribute> ByRef lng As Double _
) As Boolean
Parameters
value (String)
The value.
lat (Double%)
The lat.
lng (Double%)
The LNG.
Return Value

[Missing <returns> documentation for "M:Artem.Google.JsUtil.TryParsePoint(System.String,System.Double@,System.Double@)"]

Assembly: Artem.Google (Module: Artem.Google) Version: 6.0.0.0 (6.0.11322.1118)