IGUtils.

ToDisplayString(Nullable<float>) Method

Summary

Returns the specified `value` as a string, or "-" if it is null.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static string ToDisplayString(this Nullable<float> value)

Parameters

Name Type Description
value Nullable<float>

Return Value

Type Description
string