C# 클래스 Rolcore.Xml.ObjectExtenisions

Extends System.Object with XML-related methods.
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
ToXmlString ( this obj ) : string

Converts the object to an XML formatted string.

메소드 상세

ToXmlString() 공개 정적인 메소드

Converts the object to an XML formatted string.
public static ToXmlString ( this obj ) : string
obj this Specifies the object to convert.
리턴 string