示例#1
0
 public override string ToString()
 {
     return($"Path={Path}" + Environment.NewLine +
            $"AppId={AppId.Substring(0, 3).PadRight(AppId.Length, '*')}" + Environment.NewLine +
            $"AppKey={AppKey.Substring(0, 3).PadRight(AppKey.Length, '*')}" + Environment.NewLine +
            $"VersionId={VersionId}");
 }