Responder Developer Guide
ToString(Object,String) Method


Version: 10.2.1a

Resource Center Home

A value to convert
The conversion value for null and DBNull values
DBNull and null aware conversion to string
Syntax
'Declaration
 
Public Overloads Shared Function ToString( _
   ByVal value As Object, _
   ByVal nullValue As String _
) As String
'Usage
 
Dim value As Object
Dim nullValue As String
Dim value As String
 
value = DbConvert.ToString(value, nullValue)
public static string ToString( 
   object value,
   string nullValue
)

Parameters

value
A value to convert
nullValue
The conversion value for null and DBNull values

Return Value

The string equivalent of the input 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

DbConvert Class
DbConvert Members
Overload List

 

 


Send Comment