ConvertValueToString(Object) Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ValueToString(
Object value
)
Public Shared Function ValueToString (
value As Object
) As String
- value Object
- Value to convert.
StringString with the value converted, if it is null it returns
Empty.