Taras Vergovsky

Show:

What's happening?

  • Followup: RE: DebugHelper

    I was got a problem with formating a Number class to string. Separator in PDF should be plways "." But in exist code, it depends on locality. I added new method into class Number public override string ToString () { return Convert.ToString( this.Value, CultureInfo.InvariantCulture ) + " "; }.

    2003-11-20 11:21:36 UTC in PDF.NET

  • Followup: RE: DebugHelper

    public bool Save ( string filename) { StreamWriter sw = new StreamWriter( filename, false ); sw.Write( this.ToString() ); sw.Close(); return true; }.

    2003-11-20 11:18:30 UTC in PDF.NET

About Me

  • 2003-11-20 (6 years ago)
  • 913587
  • tasyk (My Site)
  • Taras Vergovsky

Send me a message