GoDiagram Win Reference
StringAttr Method

the name of the attribute
the default value to return if the attribute is not present
Return an attribute's string value.
Syntax
'Declaration
 
Public Function StringAttr( _
   ByVal name As String, _
   ByVal def As String _
) As String
public string StringAttr( 
   string name,
   string def
)

Parameters

name
the name of the attribute
def
the default value to return if the attribute is not present

Return Value

The value of the attribute named by name; if the attribute is not present, this method returns the value of def.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoXmlTransformer Class
GoXmlTransformer Members
ReadAttrVal Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback