Table of Contents

Operator implicit operator

Namespace
Gamelogic.Words
Assembly
Gamelogic.Words.dll

implicit operator string(Word)

Implicitly converts a Word to a string. The result is a concatenation of the strings that represents each letter.

public static implicit operator string(Word word)

Parameters

word Word

Returns

string