SiloAddress.ToString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個 SiloAddress 的長字串表示。
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
這個 SiloAddress 的字串表示。
備註
注意:這個字串值與 方法不相等 FromParsableString(String) -- 針對該目的使用 ToParsableString() 方法。