Responder Developer Guide
TruncateToFit Method


Syntax
'Declaration
 
Public Shared Function TruncateToFit( _
   ByVal column As DataColumn, _
   ByVal value As Object _
) As Object
'Usage
 
Dim column As DataColumn
Dim value As Object
Dim value As Object
 
value = DataHelper.TruncateToFit(column, value)
public static object TruncateToFit( 
   DataColumn column,
   object value
)

Parameters

column
value
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

DataHelper Class
DataHelper Members

 

 


Send Comment