Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: string ToWords(this int)

Declaration

public static string ToWords(
    this int number
)

Summary

Converts the integer to a textual representation using English words. For example, 142.ToWords() is "one hundred and forty-two".