StringValue.ToString Method (StringValue)

Returns the internal String representation of a StringValue object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToString ( _
    xmlAttribute As StringValue _
) As String
'Usage
Dim xmlAttribute As StringValue
Dim returnValue As String

returnValue = StringValue.ToString(xmlAttribute)
public static string ToString(
    StringValue xmlAttribute
)

Parameters

Return Value

Type: System.String
A String value that represents a StringValue object.

See Also

Reference

StringValue Class

StringValue Members

ToString Overload

DocumentFormat.OpenXml Namespace