Click or drag to resize

XMLParserGetNamedAttributeValueSafe Method

Gets the value of a certain attribute of the current element by name. This will return an empty String if the attribute is not found.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetNamedAttributeValueSafe(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.XMLParser.GetNamedAttributeValueSafe(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.XMLParser.GetNamedAttributeValueSafe(System.String)"]

See Also