0 out of 1 rated this helpful - Rate this topic

Support.Format Method

Note: This API is now obsolete.

Converts the Visual Basic 6.0 Format function to be compatible with Visual Basic 2010.

Namespace:  Microsoft.VisualBasic.Compatibility.VB6
Assembly:  Microsoft.VisualBasic.Compatibility (in Microsoft.VisualBasic.Compatibility.dll)
[ObsoleteAttribute("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public static string Format(
	Object Expression,
	string Style,
	FirstDayOfWeek DayOfWeek,
	FirstWeekOfYear WeekOfYear
)

Parameters

Expression
Type: System.Object
The Object expression to convert.
Style
Type: System.String
Optional. A String that represents a date format.
DayOfWeek
Type: Microsoft.VisualBasic.FirstDayOfWeek
Optional. A FirstDayOfWeek enumeration.
WeekOfYear
Type: Microsoft.VisualBasic.FirstWeekOfYear
Optional. A FirstWeekOfYear enumeration.

Return Value

Type: System.String
A String that contains the formatted data.

The Visual Basic 6.0 Format function could operate on a Variant data type; in Visual Basic 2010 the Variant data type no longer exists. This function is used by the upgrade tools to convert a Variant formatted by using the Format function to a common language runtime-compliant type.

Note Note

Functions and objects in the Microsoft.VisualBasic.Compatibility.VB6 namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Obsolete (compiler warning) in 4

.NET Framework Client Profile

Obsolete (compiler warning) in 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ