Method IsTextual
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
IsTextual(ChannelType)
Determines if the channel type is textual.
public static bool IsTextual(this ChannelType type)
Parameters
type
ChannelTypeThe channel type.
Returns
- bool
True if the channel type is textual, otherwise false.