[Mono-devel-list] TARGET_JVM Patch for MSXslScriptManager.cs

Atsushi Eno atsushi at ximian.com
Thu Mar 31 13:00:54 EST 2005


Oops, Andrew already posted the patch. So I've just applied it
as well as Guid change. Thanks Rafael!

Atsushi Eno

Rafael Teixeira wrote:
> For the maintainer of that code:
> 
> Class System.Guid has an overload of ToString that receives a format
> specifier, that I think should be preferred, so instead of:
> 
> string suffix = Guid.NewGuid ().ToString ().Replace ("-", String.Empty);
> 
> it should be coded as:
> 
> string suffix = Guid.NewGuid ().ToString ("N");
> 
> Have Fun,



More information about the Mono-devel-list mailing list