Operator implicit operator
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
wordWord
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)
word Word