Bridge

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

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

Syntax


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

Parameters

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