C# 클래스 JustPressPlay.Utilities.ExtensionMethods

Contains custom extension methods
파일 보기 프로젝트 열기: RIT-MAGIC/JustPressPlay

공개 메소드들

메소드 설명
ToJSON ( this obj ) : string

Converts this object to a JSON string

메소드 상세

ToJSON() 공개 정적인 메소드

Converts this object to a JSON string
public static ToJSON ( this obj ) : string
obj this The object to convert
리턴 string