Show / Hide Table of Contents

ToString Method

ToString()

Returns a string that represents the current object.

C#
public override string ToString()

Returns

string

A string that represents the current object in the format

"KeyRef[Kid=0x{Id:X2}, Kvn=0x{VersionNumber:X2}]"

Overrides

object.ToString()

Examples

"KeyRef[Kid=0x01, Kvn=0x02]"

In this article
Back to top Generated by DocFX