StringValue.FromString(String) Method
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.
Returns a new StringValue object that was created from a String value.
public static DocumentFormat.OpenXml.StringValue FromString (string value);
public static DocumentFormat.OpenXml.StringValue FromString (string? value);
static member FromString : string -> DocumentFormat.OpenXml.StringValue
Public Shared Function FromString (value As String) As StringValue
Parameters
- value
- String
A String value to use to create a new StringValue object.
Returns
A StringValue that corresponds to the value parameter.