ConvertValueToStringNullable Method

Convert a value to a String.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string ValueToStringNullable(
	Object value,
	bool whiteSpaceIsNull = false
)

Parameters

value  Object
Value to convert.
whiteSpaceIsNull  Boolean  (Optional)
Indicates whether white spaces are considered .

Return Value

String
String with the value converted.

if the value cannot be converted.

See Also