StringExtensionsFormatValue Method

Formats a value as a printable string

Definition

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

Parameters

value  Object
An object value.

Return Value

String
A string.

See Also