Whetstone Class reference
Whetstone Class reference
Whetstone
WhetStone Namespaces
WhetStone.WordPlay
convertToString Class
convertToString Methods
ConvertToString Method
convertToString
ConvertToString Method
Converts an
IEnumerable
T
of
Char
s into a
String
.
Namespace:
WhetStone.WordPlay
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
Copy
public
static
string
ConvertToString
(
this
IEnumerable
<
char
>
x
)
Parameters
x
Type:
System.Collections.Generic
IEnumerable
Char
The
IEnumerable
T
to convert.
Return Value
Type:
String
A string formed of
x
's characters.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable
Char
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
convertToString Class
WhetStone.WordPlay Namespace