PDF3D/IDTF.Net/Format.cs

8 lines
126 B
C#
Raw Permalink Normal View History

2023-04-25 15:48:55 +08:00
namespace IDTF.Net
2023-04-24 16:20:24 +08:00
{
public sealed class Format
{
public const string SixDecPlFormat = "0.000000";
}
}