Support.Format Method
Note: This API is now obsolete.
Converts the Visual Basic 6.0 Format function to be compatible with Visual Basic 2010.
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.
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
|
|---|
|
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. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
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.
Note