StringValue.ToString(StringValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.