Responder Developer Guide
Format Method


Syntax
'Declaration
 
Public Function Format( _
   ByVal format As String, _
   ByVal arg As Object, _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
Dim instance As PhasingFormatter
Dim format As String
Dim arg As Object
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.Format(format, arg, formatProvider)
public string Format( 
   string format,
   object arg,
   IFormatProvider formatProvider
)

Parameters

format
arg
formatProvider
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PhasingFormatter Class
PhasingFormatter Members

 

 


Send Comment