Class PredefinedCommonToolGroupNames
Represents the predefined common tool group names.
Inherited Members
Namespace: DevToys.Api
Assembly: DevToys.Api.dll
Syntax
public static class PredefinedCommonToolGroupNames
Fields
Converters
Represents the tool group for converters.
Declaration
public const string Converters = "Converters"
Field Value
Type | Description |
---|---|
string |
EncodersDecoders
Represents the tool group for encoders and decoders.
Declaration
public const string EncodersDecoders = "Encoders / Decoders"
Field Value
Type | Description |
---|---|
string |
Formatters
Represents the tool group for formatters.
Declaration
public const string Formatters = "Formatters"
Field Value
Type | Description |
---|---|
string |
Generators
Represents the tool group for generators.
Declaration
public const string Generators = "Generators"
Field Value
Type | Description |
---|---|
string |
Graphic
Represents the tool group for graphics.
Declaration
public const string Graphic = "Graphic"
Field Value
Type | Description |
---|---|
string |
Testers
Represents the tool group for testers.
Declaration
public const string Testers = "Testers"
Field Value
Type | Description |
---|---|
string |
Text
Represents the tool group for text.
Declaration
public const string Text = "Text"
Field Value
Type | Description |
---|---|
string |