public bool TryDecode( string radixValue, out short value )
Public Function TryDecode ( radixValue As String, <OutAttribute> ByRef value As Short ) As Boolean
public: bool TryDecode( String^ radixValue, [OutAttribute] short% value )
function TryDecode(radixValue, value);
In This Article