Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.ISpanParseable< TSelf > Interface Template Reference

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)
 

Detailed Description

Type Constraints
TSelf :ISpanParseable<TSelf> 

Definition at line 6 of file ISpanParseable.cs.


The documentation for this interface was generated from the following file: