Int16..::..TryParse Method (String, Int16%, Int32)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
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 )