StringValue Implicit Conversion (StringValue to String)

Implicit converter to String.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    xmlAttribute As StringValue _
) As String
'Usage
Dim input As StringValue
Dim output As String

output = CType(input, String)
public static implicit operator string (
    StringValue xmlAttribute
)

Parameters

Return Value

Type: System.String
The internal String value. Returns null when xmlAttribute is null.

See Also

Reference

StringValue Class

StringValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace