C# 클래스 Cronos.Infrastructure.Infractructure.ObjectExtensions

파일 보기 프로젝트 열기: mravinale/simple-cqrs

공개 메소드들

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

Convert the object to JSON string

메소드 상세

ToJSON() 공개 정적인 메소드

Convert the object to JSON string
public static ToJSON ( this o ) : string
o this The object which is to be converted to JSON string.
리턴 string