CSharpUtils.Json.JSON.Decode C# (CSharp) 메소드

Decode() 공개 정적인 메소드

public static Decode ( string Format ) : object
Format string
리턴 object
		public static object Decode(string Format)
		{
			return Parse(Format);
		}