UInt16..::..TryParse Method (String, UInt16%, Int32)
Namespace:
System
Assembly: Bridge (in Bridge.dll)
Assembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static bool TryParse( string s, out ushort result, int radix )
<TemplateAttribute> _ Public Shared Function TryParse ( _ s As String, _ <OutAttribute> ByRef result As UShort, _ radix As Integer _ ) As Boolean
[TemplateAttribute] public: static bool^ TryParse( String^ s, [OutAttribute] unsigned short^% result, int^ radix )