C# 클래스 SessionViewer.Functions

파일 보기 프로젝트 열기: woanware/SessionViewer

공개 메소드들

메소드 설명
GenerateHtml ( string data, bool outBound ) : string

GenerateHtmlToBytes ( string data, bool outBound ) : byte[]

메소드 상세

GenerateHtml() 공개 정적인 메소드

public static GenerateHtml ( string data, bool outBound ) : string
data string
outBound bool
리턴 string

GenerateHtmlToBytes() 공개 정적인 메소드

public static GenerateHtmlToBytes ( string data, bool outBound ) : byte[]
data string
outBound bool
리턴 byte[]