Anyone heard of a VFP class that implements the functionality of the .NET String.Format() function?
String.Format() provides a convenient, powerful way to format info similar to VFP transform() or C printf() and sprintf() functions. Naturally the syntax is different. The formatting capabilities are also more flexible.
A brief overview of String.Format() is available at:
One could implement String.Format() functionality in VFP - just hoping to avoid re-inventing the wheel if this has already been done or if tried and abandoned for some reason.
Thanks!
Malcolm
PS: I am NOT interested in creating an interface to .NET CLR's String.Format() - my goal is .NET style formatting options in VFP without having to depend on the presence of .NET CLR.
String.Format() provides a convenient, powerful way to format info similar to VFP transform() or C printf() and sprintf() functions. Naturally the syntax is different. The formatting capabilities are also more flexible.
A brief overview of String.Format() is available at:
One could implement String.Format() functionality in VFP - just hoping to avoid re-inventing the wheel if this has already been done or if tried and abandoned for some reason.
Thanks!
Malcolm
PS: I am NOT interested in creating an interface to .NET CLR's String.Format() - my goal is .NET style formatting options in VFP without having to depend on the presence of .NET CLR.