StringValue Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StringValue() |
Initializes a new instance of the StringValue class. |
StringValue(StringValue) |
Initializes a new instance of the StringValue class by deep copying the supplied StringValue class. |
StringValue(String) |
Initializes a new instance of the StringValue class using the supplied string. |
StringValue()
Initializes a new instance of the StringValue class.
public StringValue ();
Public Sub New ()
Applies to
StringValue(StringValue)
Initializes a new instance of the StringValue class by deep copying the supplied StringValue class.
public StringValue (DocumentFormat.OpenXml.StringValue source);
new DocumentFormat.OpenXml.StringValue : DocumentFormat.OpenXml.StringValue -> DocumentFormat.OpenXml.StringValue
Public Sub New (source As StringValue)
Parameters
- source
- StringValue
The source StringValue class.
Applies to
StringValue(String)
Initializes a new instance of the StringValue class using the supplied string.
public StringValue (string value);
public StringValue (string? value);
new DocumentFormat.OpenXml.StringValue : string -> DocumentFormat.OpenXml.StringValue
Public Sub New (value As String)
Parameters
- value
- String
The string value.