Bridge

Int32..::..TryParse Method (String, Int32%, Int32)

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

Syntax


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

Parameters

s
Type: System..::..String
result
Type: System..::..Int32%
radix
Type: System..::..Int32