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
- value
Type: System.String
The specified value.
Return Value
Type: DocumentFormat.OpenXml.StringValue
A new StringValue instance with the value.