ConvertValueToStringNullable Method
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string ValueToStringNullable(
Object value,
bool whiteSpaceIsNull = false
)
Public Shared Function ValueToStringNullable (
value As Object,
Optional whiteSpaceIsNull As Boolean = false
) As String
- value Object
- Value to convert.
- whiteSpaceIsNull Boolean (Optional)
- Indicates whether white spaces are considered .
StringString with the value converted.
if the value cannot be converted.