C# 클래스 ArmedCards.Library.Extensions.ModelExtensions

Extensions for view models
파일 보기 프로젝트 열기: kwmcrell/ArmedCards

공개 메소드들

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

Convert a model to json object

메소드 상세

ToJson() 공개 정적인 메소드

Convert a model to json object
public static ToJson ( this obj ) : string
obj this The object to convert
리턴 string