Bridge

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

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

Syntax


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

Parameters

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