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