WriteAttrVal Method (GoXmlTransformer)
In This Topic
Overload List
Overload | Description |
WriteAttrVal(String,String) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Int32) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Single) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Double) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Boolean) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,PointF) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,SizeF) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,RectangleF) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Color) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Type) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Int32[]) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Single[]) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,PointF[]) | Write an attribute of the name with a string representation for the value . |
WriteAttrVal(String,Color[]) | Write an attribute of the name with a string representation for the value . |
See Also