'Declaration Public Function FormatValue( _ ByVal value As System.Object _ ) As System.String
public System.string FormatValue( System.object value )
Parameters
- value
- A value to convert.
Return Value
The string value of the current instance.
'Declaration Public Function FormatValue( _ ByVal value As System.Object _ ) As System.String
public System.string FormatValue( System.object value )