StrongNamePublicKeyBlob.ToString 方法

定义

创建并返回公钥 Blob 的字符串表示形式。Creates and returns a string representation of the public key blob.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

返回

String

公钥 Blob 的十六进制版本。A hexadecimal version of the public key blob.

适用于