Spread for ASP.NET 9.0 Product Documentation
GeneralFormatter Constructor(String,IFormatProvider)


String with format information
IFormatProvider interface with number and date-time format information
Creates a new formatter with the specified format and formatting information (copied from the current culture).
Syntax
'Declaration
 
Public Function New( _
   ByVal formatString As String, _
   ByVal formatInfo As IFormatProvider _
)
'Usage
 
Dim formatString As String
Dim formatInfo As IFormatProvider
 
Dim instance As New GeneralFormatter(formatString, formatInfo)
public GeneralFormatter( 
   string formatString,
   IFormatProvider formatInfo
)

Parameters

formatString
String with format information
formatInfo
IFormatProvider interface with number and date-time format information
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

GeneralFormatter Class
GeneralFormatter Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.