Bridge

Date..::..Parse Method

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static double Parse(
	string value
)
Public Shared Function Parse ( _
	value As String _
) As Double
public:
static double^ Parse(
	String^ value
)

Parameters

value
Type: System..::..String