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