[]
Creates a coder for strings with a default value.
public static Coders.Coder<string> String(string def)
| Type | Name | Description |
|---|---|---|
| string | def | A string value indicating the default value. |
| Type | Description |
|---|---|
| Coders.Coder<string> | A Coders.Coder<T> object for string. |