C# 클래스 XmlEncodeExtension, extensions

파일 보기 프로젝트 열기: netfx/extensions 1 사용 예제들

공개 메소드들

메소드 설명
XmlEncode ( string value ) : string

Encodes a string for use in an XML element or attribute.

XmlEncode ( this value ) : string

Encodes a string for use in an XML element or attribute.

메소드 상세

XmlEncode() 공개 정적인 메소드

Encodes a string for use in an XML element or attribute.
public static XmlEncode ( string value ) : string
value string The value to encode in XML compatible way.
리턴 string

XmlEncode() 공개 정적인 메소드

Encodes a string for use in an XML element or attribute.
public static XmlEncode ( this value ) : string
value this The value to encode in XML compatible way.
리턴 string