Namespace: Spire.Doc.Documents.XML
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
String

Return Value

String

Implements

IXDLSContentReader..::..GetAttributeValue(String)

See Also