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