C# 클래스 XmlDecodeExtension, extensions

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

공개 메소드들

메소드 설명
XmlDecode ( this value ) : string

Decodes an XML encoded string to its normal representation with the entities resolved (i.e. angle brackets in text).

메소드 상세

XmlDecode() 공개 정적인 메소드

Decodes an XML encoded string to its normal representation with the entities resolved (i.e. angle brackets in text).
public static XmlDecode ( this value ) : string
value this The value to decode in XML compatible way.
리턴 string