OpenXmlSimpleType.ToString Method
Returns a String that represents the current value.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As OpenXmlSimpleType
Dim returnValue As String
returnValue = instance.ToString()
public override string ToString()
Return Value
Type: System.String
A String that represents the current value.