Responder Developer Guide
ToString(String,IFormatProvider) Method


Syntax
'Declaration
 
Public Overloads Overridable Function ToString( _
   ByVal format As String, _
   ByVal formatProvider As IFormatProvider _
) As String
'Usage
 
Dim instance As FeatureAdornment
Dim format As String
Dim formatProvider As IFormatProvider
Dim value As String
 
value = instance.ToString(format, formatProvider)
public virtual string ToString( 
   string format,
   IFormatProvider formatProvider
)

Parameters

format
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

FeatureAdornment Class
FeatureAdornment Members
Overload List

 

 


Send Comment