Responder Developer Guide
FormatString Method (SingleFeatureTask)


Syntax
'Declaration
 
Protected Overrides Function FormatString( _
   ByVal format As String, _
   ByVal provider As IFormatProvider, _
   ByRef result As String _
) As Boolean
'Usage
 
Dim instance As SingleFeatureTask
Dim format As String
Dim provider As IFormatProvider
Dim result As String
Dim value As Boolean
 
value = instance.FormatString(format, provider, result)
protected override bool FormatString( 
   string format,
   IFormatProvider provider,
   out string result
)

Parameters

format
provider
result
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

SingleFeatureTask Class
SingleFeatureTask Members

 

 


Send Comment