Bridge

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

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

Syntax


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

Parameters

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