XDLSReader
GetAttributeValue Method
|
Gets the attribute value.
Namespace:
Spire.Doc.Documents.XML
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public string GetAttributeValue(
string name
)
Public Function GetAttributeValue (
name As String
) As String
public:
virtual String^ GetAttributeValue(
String^ name
) sealed
abstract GetAttributeValue :
name : string -> string
override GetAttributeValue :
name : string -> string
Parameters
-
name
-
Type:
System
String
The name.
Return Value
Type:
String
Implements
IXDLSContentReader
GetAttributeValue(String)
See Also