C# 클래스 Junior.Route.Routing.Responses.XNodeExtensions

파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
GetBytes ( this node, Encoding encoding ) : byte[]
GetString ( this node ) : string

메소드 상세

GetBytes() 공개 정적인 메소드

public static GetBytes ( this node, Encoding encoding ) : byte[]
node this
encoding System.Text.Encoding
리턴 byte[]

GetString() 공개 정적인 메소드

public static GetString ( this node ) : string
node this
리턴 string