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