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