StringValue.ToString(StringValue) Method

Definition

Returns the String value representation of a StringValue object.

public static string ToString (DocumentFormat.OpenXml.StringValue xmlAttribute);
public static string? ToString (DocumentFormat.OpenXml.StringValue value);
static member ToString : DocumentFormat.OpenXml.StringValue -> string
static member ToString : DocumentFormat.OpenXml.StringValue -> string
Public Shared Function ToString (xmlAttribute As StringValue) As String
Public Shared Function ToString (value As StringValue) As String

Parameters

xmlAttributevalue
StringValue

Returns

A String value that represents a StringValue object.

Applies to