public string ToString(SpannerConnectionStringBuilder builder)
Returns the string representation of this key using the type conversion options specified in
SpannerConnectionStringBuilder. The string representation is only for diagnostic purposes
and the implementation may change over time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["The latest version available for the `Google.Cloud.Spanner.Data.Key` is `5.0.0-beta05`, with several previous versions ranging from `5.0.0-beta04` down to `3.5.0`."],["The `Key` class is an immutable structure that represents a single row's key in a Spanner table or index within the `Google.Cloud.Spanner.Data` namespace."],["A `Key` object can be constructed using the `Key(params object[] keyParts)` constructor, which takes an array of objects to define the key's values."],["The `ToString(SpannerConnectionStringBuilder builder)` method provides a string representation of the key, formatted according to the `SpannerConnectionStringBuilder`, for diagnostic purposes."],["The `Key` class inherits members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base `object` class."]]],[]]