DataToSQLNumber Method
Convert a value to a string with a number for SQL.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ToSQLNumber(
Object value
)
Public Shared Function ToSQLNumber (
value As Object
) As String
- value Object
- Value to convert.
StringString with the value converted.
Can return or number with decimal point.