C# 클래스 Windows.Data.Json.JsonValue

상속: IJsonValue
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
CreateBooleanValue ( [ input ) : JsonValue
CreateNumberValue ( [ input ) : JsonValue
CreateStringValue ( [ input ) : JsonValue
GetArray ( ) : JsonArray
GetBoolean ( ) : bool
GetNumber ( ) : double
GetObject ( ) : System.Json.JsonObject
GetString ( ) : string
Parse ( [ input ) : JsonValue
Stringify ( ) : string
TryParse ( [ input, JsonValue &result ) : bool

메소드 상세

CreateBooleanValue() 공개 정적인 메소드

public static CreateBooleanValue ( [ input ) : JsonValue
input [
리턴 JsonValue

CreateNumberValue() 공개 정적인 메소드

public static CreateNumberValue ( [ input ) : JsonValue
input [
리턴 JsonValue

CreateStringValue() 공개 정적인 메소드

public static CreateStringValue ( [ input ) : JsonValue
input [
리턴 JsonValue

GetArray() 공개 메소드

public GetArray ( ) : JsonArray
리턴 JsonArray

GetBoolean() 공개 메소드

public GetBoolean ( ) : bool
리턴 bool

GetNumber() 공개 메소드

public GetNumber ( ) : double
리턴 double

GetObject() 공개 메소드

public GetObject ( ) : System.Json.JsonObject
리턴 System.Json.JsonObject

GetString() 공개 메소드

public GetString ( ) : string
리턴 string

Parse() 공개 정적인 메소드

public static Parse ( [ input ) : JsonValue
input [
리턴 JsonValue

Stringify() 공개 메소드

public Stringify ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( [ input, JsonValue &result ) : bool
input [
result JsonValue
리턴 bool