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
- xmlAttribute
Type: DocumentFormat.OpenXml.StringValue
The StringValue to be converted.
Return Value
Type: System.String
The internal String value. Returns null when xmlAttribute is null.