StringValue Constructor (String)
Initializes a new instance of the StringValue.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New StringValue(value)
public StringValue(
string value
)
Parameters
- value
Type: System.String