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
- xmlAttribute
Type: DocumentFormat.OpenXml.StringValue
A StringValue object to retrieve an internal String representation.
Return Value
Type: System.String
A String value that represents a StringValue object.