FromString()

SecurityElement::FromString(const String&) method

Creates element from XML code.

static SecurityElement System::Security::SecurityElement::FromString(const String &xml)

Arguments

ParameterTypeDescription
xmlconst String&XML code.

Return Value

Newly created element.

See Also