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