Bridge

Single..::..TryParse Method (String, IFormatProvider, Single%)

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

Syntax


[TemplateAttribute]
public static bool TryParse(
	string s,
	IFormatProvider provider,
	out float result
)
<TemplateAttribute> _
Public Shared Function TryParse ( _
	s As String, _
	provider As IFormatProvider, _
	<OutAttribute> ByRef result As Single _
) As Boolean
[TemplateAttribute]
public:
static bool^ TryParse(
	String^ s, 
	IFormatProvider^ provider, 
	[OutAttribute] float^% result
)

Parameters

s
Type: System..::..String
provider
Type: System..::..IFormatProvider
result
Type: System..::..Single%