erminas.SmartAPI.Utils.XmlUtil.GetGuid C# (CSharp) Méthode

GetGuid() public static méthode

public static GetGuid ( this xmlElement ) : System.Guid
xmlElement this
Résultat System.Guid
        public static Guid GetGuid(this XmlElement xmlElement)
        {
            return xmlElement.GetGuid("guid");
        }

Same methods

XmlUtil::GetGuid ( this xmlElement, String attributeName ) : System.Guid