GoDiagram Web Reference
WriteAttrVal(String,String) Method

the attribute name, or null to just convert the value to a string and return it
the value to write
Write an attribute of the name name with a string representation for the value val.
Syntax
'Declaration
 
Public Overloads Function WriteAttrVal( _
   ByVal name As String, _
   ByVal val As String _
) As String
public string WriteAttrVal( 
   string name,
   string val
)

Parameters

name
the attribute name, or null to just convert the value to a string and return it
val
the value to write

Return Value

the value converted to a string
Remarks
This writes the attribute by calling GoXmlWriter.GoXmlWriter.WriteAttrVal.
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
Overload List
WriteAttrVal Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback