DisplayFormatConvertToString Method |
Converts an object to string.
Namespace:
Easymap.AddIn.Data.DisplayFormat
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic string ConvertToString(
Object value
)
Public Function ConvertToString (
value As Object
) As String
Parameters
- value
- Type: SystemObject
Value that will be converted.
Return Value
Type:
StringReturns the string representation of given value.
See Also