IXDLSContentReader
GetAttributeValue Method
|
Gets the attribute value.
Namespace:
Spire.Doc.Interface
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
string GetAttributeValue(
string name
)
Function GetAttributeValue (
name As String
) As String
String^ GetAttributeValue(
String^ name
)
abstract GetAttributeValue :
name : string -> string
Parameters
-
name
-
Type:
System
String
The name.
Return Value
Type:
String
See Also