重複質問 Passing null arguments to C# methods は、私は、.NET 2.0用のC#でこれを行うことができますか? public void myMethod(string astring, int? anint)
{
//some code in which I may have an int to work with
//or I may not...
を認識していない私は、呼び出し元にバイト配列を返されたWebメソッドの働きを持っていた: public byte[] DownloadPDF(string URI)
私は別の出力(文字列)を返すために、これを変更しなければなりませんでした。 public void DownloadFile(string URI, out byte[] docContents, out string retur