CliStringUtilFormatValue Method

Formats a value as a printable string.

Definition

Namespace: DotMake.CommandLine
Assembly: DotMake.CommandLine (in DotMake.CommandLine.dll) Version: 2.6.7
C#
public static string FormatValue(
	Object value
)

Parameters

value  Object
An object value.

Return Value

String
A new String instance.

See Also