 | StringValueToString(StringValue) Method |
Returns the String value representation of a StringValue object.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic static string ToString(
StringValue xmlAttribute
)
Public Shared Function ToString (
xmlAttribute As StringValue
) As String
public:
static String^ ToString(
StringValue^ xmlAttribute
)
static member ToString :
xmlAttribute : StringValue -> string Parameters
- xmlAttribute StringValue
-
A StringValue object used to retrieve a String value representation.
Return Value
StringA String value that represents a StringValue object.
See Also