Creates a new formatter with the specified format and default formatting information (copied from the current culture).
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim formatString As String
Dim isDateFormat As Boolean
Dim instance As New GeneralFormatter(formatString, isDateFormat) |
Parameters
- formatString
- String with format information
- isDateFormat
- Whether to consider the number as a date and format it as such
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also