Terraria v1.4.4.9
Terraria source code documentation
|
Static Public Member Functions | |
static TSelf | Parse (ReadOnlySpan< char > s, IFormatProvider? provider) |
static bool | TryParse (ReadOnlySpan< char > s, IFormatProvider? provider, out TSelf result) |
static TSelf | Parse (string s, IFormatProvider? provider) |
static bool | TryParse ([NotNullWhen(true)] string? s, IFormatProvider? provider, out TSelf result) |
TSelf | : | ISpanParseable<TSelf> |
Definition at line 6 of file ISpanParseable.cs.