StringValue Implicit Conversion (String to StringValue)

Implicit converter from String.

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

Syntax

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

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

Parameters

Return Value

Type: DocumentFormat.OpenXml.StringValue
A new StringValue instance with the value.

See Also

Reference

StringValue Class

StringValue Members

Implicit Overload

DocumentFormat.OpenXml Namespace