 | StringValueFromString Method |
Returns a new StringValue object that was created from a String value.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static StringValue FromString(
string value
)
Public Shared Function FromString (
value As String
) As StringValue
public:
static StringValue^ FromString(
String^ value
)
static member FromString :
value : string -> StringValue Parameters
- value String
- A String value to use to create a new StringValue object.
Return Value
StringValueA StringValue that corresponds to the value parameter.
See Also