Systran.TranslationClientLib.Model.TranslationFileResponse.ToJson C# (CSharp) Méthode

ToJson() public méthode

Get the JSON string presentation of the object
public ToJson ( ) : string
Résultat string
        public new string ToJson()
        {
            return JsonConvert.SerializeObject(this, Formatting.Indented);
        }
TranslationFileResponse