C# 클래스 TapIt_Win8.JsonParser

파일 보기 프로젝트 열기: tapit/TapIt-Windows-SDK

공개 메소드들

메소드 설명
ParseJson ( string jsonResponse ) : JsonDataContract

parson the json data

WrapToHTML ( String data, JsonDataContract helper, int width, int height ) : String

convert string response to html format

메소드 상세

ParseJson() 공개 메소드

parson the json data
public ParseJson ( string jsonResponse ) : JsonDataContract
jsonResponse string
리턴 JsonDataContract

WrapToHTML() 공개 메소드

convert string response to html format
public WrapToHTML ( String data, JsonDataContract helper, int width, int height ) : String
data String
helper JsonDataContract
width int
height int
리턴 String