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 -> stringstatic member ToString : DocumentFormat.OpenXml.StringValue -> stringPublic Shared Function ToString (xmlAttribute As StringValue) As StringPublic Shared Function ToString (value As StringValue) As StringParameters
- xmlAttributevalue
- StringValue
Returns
A String value that represents a StringValue object.