Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: string ValueToString(int?, int?)

Declaration

public string ValueToString(
    int? value,
    int? index
)

Summary

Converts a cell value to a string for visualization purposes.

Parameters

int?value Value to visualize.
int?index Optional index of the cell. If not specified, clue squares will not show up.